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

[Feature] Add RTMPose #1971

Merged
merged 69 commits into from
Mar 7, 2023
Merged

[Feature] Add RTMPose #1971

merged 69 commits into from
Mar 7, 2023

Conversation

Tau-J
Copy link
Collaborator

@Tau-J Tau-J commented Feb 14, 2023

Motivation

  • Add RTMHead.
  • Add MultiSourceSampler
  • Add ExpMomentumEMA Hook
  • Add RTMPose Tutorial
  • Add MMPose for AIGC Project based on RTMPose

Modification

BC-breaking (Optional)

Use cases (Optional)

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 Feb 14, 2023

Codecov Report

Patch coverage: 80.72% and project coverage change: -0.03 ⚠️

Comparison is base (2016609) 82.21% compared to head (d1fc023) 82.19%.

❗ Current head d1fc023 differs from pull request most recent head 096b8a5. Consider uploading reports for the commit 096b8a5 to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##           dev-1.x    #1971      +/-   ##
===========================================
- Coverage    82.21%   82.19%   -0.03%     
===========================================
  Files          220      223       +3     
  Lines        13100    13354     +254     
  Branches      2228     2265      +37     
===========================================
+ Hits         10770    10976     +206     
- Misses        1832     1866      +34     
- Partials       498      512      +14     
Flag Coverage Δ
unittests 82.19% <80.72%> (-0.03%) ⬇️

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

Impacted Files Coverage Δ
mmpose/datasets/samplers.py 27.58% <0.00%> (-1.51%) ⬇️
mmpose/models/heads/__init__.py 100.00% <ø> (ø)
mmpose/models/losses/loss_wrappers.py 100.00% <ø> (ø)
mmpose/models/necks/gap_neck.py 59.09% <ø> (ø)
mmpose/models/utils/transformer.py 82.40% <ø> (ø)
mmpose/visualization/local_visualizer.py 79.00% <40.00%> (-0.66%) ⬇️
mmpose/engine/hooks/ema_hook.py 68.75% <68.75%> (ø)
mmpose/models/utils/rtmpose_block.py 72.00% <72.00%> (ø)
mmpose/models/heads/heatmap_heads/rtm_head.py 96.66% <96.66%> (ø)
mmpose/engine/hooks/__init__.py 100.00% <100.00%> (ø)
... and 6 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

projects/rtmpose/README.md Outdated Show resolved Hide resolved
projects/rtmpose/README_CN.md Outdated Show resolved Hide resolved
projects/rtmpose/README_CN.md Outdated Show resolved Hide resolved
@ly015 ly015 merged commit 5daaeec into open-mmlab:dev-1.x Mar 7, 2023
@Tau-J Tau-J mentioned this pull request Apr 20, 2023
11 tasks
shuheilocale pushed a commit to shuheilocale/mmpose that referenced this pull request May 6, 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