-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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] Support Human-Art Dataset #2304
Conversation
Thank you for your contribution. |
Thank you for your comments. I will delete the unnecessary config files and change the corresponding images and annotation for testing. I will also check for the reason of failed unit tests. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #2304 +/- ##
===========================================
- Coverage 82.06% 79.24% -2.82%
===========================================
Files 232 249 +17
Lines 13643 14865 +1222
Branches 2319 2578 +259
===========================================
+ Hits 11196 11780 +584
- Misses 1914 2507 +593
- Partials 533 578 +45
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.
LGTM
merge dev-1.x to main
Motivation
This PR is to add Human-Art dataset into MMPose.
Modification
The modifications are listed as follows:
BC-breaking (Optional)
It does not.
Use cases (Optional)
It is the same with MSCOCO. E.G. Users can simply convert configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w48_8xb32-210e_coco-256x192.py to configs/body_2d_keypoint/topdown_heatmap/humanart/td-hm_hrnet-w48_8xb32-210e_humanart-256x192.py for training and testing on Human-Art.
Checklist
Before PR:
After PR: