-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Feature] Add InternImage Classification project #1569
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## dev #1569 +/- ##
==========================================
- Coverage 68.16% 67.09% -1.08%
==========================================
Files 295 308 +13
Lines 23372 24572 +1200
Branches 3713 3898 +185
==========================================
+ Hits 15932 16487 +555
- Misses 6880 7481 +601
- Partials 560 604 +44
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The current configs are too redundant and could be written in the following structure:
configs
├── _base_.py # all data, schedler, runtime setting of interimage
├── tiny.py
├── small.py
└── base.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Motivation
Add InternImage Classification project. The source code is from OpenGVLab/InternImage.
Modification
Support InternImage Classification on ImageNet1k dataset.
The result is below,
Checklist
Before PR:
After PR: