Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add MobileOne Backbone For MMCls 1.x #1030

Merged
merged 11 commits into from
Sep 16, 2022

Conversation

Ezra-Yu
Copy link
Collaborator

@Ezra-Yu Ezra-Yu commented Sep 13, 2022

Motivation

Add MobileOne Backbone

Use cases (Optional)

If this PR introduces a new feature, it is better to list some use cases here and update the documentation.

Checklist

Before PR:

  • Pre-commit or other linting tools are used to fix the potential lint issues.
  • Bug fixes are fully covered by unit tests, the case that causes the bug should be added in the unit tests.
  • The modification is covered by complete unit tests. If not, please add more unit test to ensure the correctness.
  • The documentation has been modified accordingly, like docstring or example tutorials.

After PR:

  • If the modification has potential influence on downstream or other related projects, this PR should be tested with those projects, like MMDet or MMSeg.
  • CLA has been signed and all committers have signed the CLA in this PR.

@Ezra-Yu Ezra-Yu changed the title [Feature] 1.x Add MobileOne Backbone [Feature] Add MobileOne Backbone For MMCls 1.x Sep 13, 2022
@codecov
Copy link

codecov bot commented Sep 13, 2022

Codecov Report

Base: 0.02% // Head: 91.54% // Increases project coverage by +91.52% 🎉

Coverage data is based on head (dcd6586) compared to base (b8b31e9).
Patch coverage: 68.27% of modified lines in pull request are covered.

❗ Current head dcd6586 differs from pull request most recent head 003a75c. Consider uploading reports for the commit 003a75c to get more accurate results

Additional details and impacted files
@@             Coverage Diff              @@
##           dev-1.x    #1030       +/-   ##
============================================
+ Coverage     0.02%   91.54%   +91.52%     
============================================
  Files          121      121               
  Lines         8217     8426      +209     
  Branches      1368     1405       +37     
============================================
+ Hits             2     7714     +7712     
+ Misses        8215      576     -7639     
- Partials         0      136      +136     
Flag Coverage Δ
unittests 91.54% <68.27%> (+91.52%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmcls/apis/inference.py 0.00% <0.00%> (ø)
mmcls/datasets/multi_label.py 100.00% <ø> (+100.00%) ⬆️
mmcls/models/backbones/timm_backbone.py 28.26% <0.00%> (+28.26%) ⬆️
mmcls/models/utils/attention.py 72.72% <10.44%> (+72.72%) ⬆️
mmcls/models/backbones/vision_transformer.py 74.31% <22.22%> (+74.31%) ⬆️
mmcls/datasets/dataset_wrappers.py 25.97% <22.53%> (+25.97%) ⬆️
mmcls/models/backbones/mobileone.py 94.47% <94.47%> (ø)
mmcls/datasets/transforms/formatting.py 88.09% <95.65%> (+88.09%) ⬆️
mmcls/__init__.py 100.00% <100.00%> (+84.61%) ⬆️
mmcls/datasets/transforms/__init__.py 100.00% <100.00%> (+100.00%) ⬆️
... and 156 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mzr1996 mzr1996 merged commit f1d2f50 into open-mmlab:dev-1.x Sep 16, 2022
mzr1996 added a commit to mzr1996/mmpretrain that referenced this pull request Nov 24, 2022
* add mobileOne

* add train cfg

* update cfgs

* update URL

* update configs

* update inceptionv3 metafile

* add configs

* fix lint

* update checkpoint urls

* Update configs

* Update README

Co-authored-by: mzr1996 <mzr1996@163.com>
@Ezra-Yu Ezra-Yu deleted the 1.x_mobileOne branch April 13, 2023 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants