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

[Enhance] Update more models trained on Human-Art Dataset #2487

Merged
merged 17 commits into from
Jun 26, 2023
Merged

[Enhance] Update more models trained on Human-Art Dataset #2487

merged 17 commits into from
Jun 26, 2023

Conversation

juxuan27
Copy link
Contributor

Motivation

This PR is to add more models trained on Human-Art dataset into MMPose.

Modification

The modifications are listed as follows:

  • Add configs of hrenet-w32/48 vitpose-h/l rtmpose-t trained on Human-Art in the folder "configs" as well as their markdown documents

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:

  • I have read and followed the workflow indicated in the CONTRIBUTING.md to create this PR.
  • Pre-commit or linting tools indicated in CONTRIBUTING.md are used to fix the potential lint issues.
  • Bug fixes are covered by unit tests, the case that causes the bug should be added in the unit tests.
  • New functionalities are covered by complete unit tests. If not, please add more unit tests to ensure correctness.
  • The documentation has been modified accordingly, including docstring or example tutorials.

After PR:

  • CLA has been signed and all committers have signed the CLA in this PR.

@codecov
Copy link

codecov bot commented Jun 26, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.03 🎉

Comparison is base (a0ca076) 80.73% compared to head (6cb0029) 80.76%.

❗ Current head 6cb0029 differs from pull request most recent head 7053ae1. Consider uploading reports for the commit 7053ae1 to get more accurate results

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              
Flag Coverage Δ
unittests 80.76% <ø> (+0.03%) ⬆️

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

see 1 file with indirect coverage changes

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

@Tau-J Tau-J changed the title [Feature] Support Human-Art Dataset [Enhance] Update more models trained on Human-Art Dataset Jun 26, 2023
@Tau-J Tau-J merged commit 11f2966 into open-mmlab:dev-1.x Jun 26, 2023
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.

3 participants