[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. |
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: