-
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
[Enhance] Update more models trained on Human-Art Dataset #2487
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #2487 +/- ##
===========================================
+ Coverage 80.73% 80.76% +0.03%
===========================================
Files 251 251
Lines 15216 15216
Branches 2636 2636
===========================================
+ Hits 12284 12289 +5
+ Misses 2267 2262 -5
Partials 665 665
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Motivation
This PR is to add more models trained on 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: