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 DeciWatch for 10x efficiency improvement #1326

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ailingzengzzz
Copy link
Collaborator

Motivation

DeciWatch is a simple baseline framework for video-based 2D/3D human pose estimation that can achieve 10× efficiency improvement over existing works without any performance degradation.
paper: https://arxiv.org/pdf/2203.08713.pdf
website: https://ailingzeng.site/deciwatch

Modification

add a file: deciwatch.py
in mmpose/core/post_processing/temporal_filters/

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 Apr 19, 2022

Codecov Report

Attention: 247 lines in your changes are missing coverage. Please review.

Files Coverage Δ
.../core/post_processing/temporal_filters/__init__.py 100.00% <100.00%> (ø)
...core/post_processing/temporal_filters/deciwatch.py 17.11% <17.11%> (ø)

📢 Thoughts on this report? Let us know!

@jin-s13
Copy link
Collaborator

jin-s13 commented Apr 20, 2022

Thanks @ailingzengzzz , is this PR ready for review now?

@ailingzengzzz
Copy link
Collaborator Author

Hi @jin-s13 , Not ready. I will update the API to use the model soon.

@jin-s13 jin-s13 changed the title [feature] add DeciWatch for 10x efficiency improvement [Feature] add DeciWatch for 10x efficiency improvement Jul 14, 2022
@rlleshi
Copy link

rlleshi commented Nov 4, 2022

Is this PR still planned?

@jin-s13 kind ping. @ailingzengzzz @ly015

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.

None yet

3 participants