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

I've ported TokenPose and TransPose into MMPOSE. #3174

Open
wants to merge 1 commit into
base: dev-1.x-bak
Choose a base branch
from

Conversation

Ye-ChunZhe
Copy link

I'm excited to share that I've had the opportunity to contribute a portion of code to the MMPOSE community. It's a privilege to collaborate with such a talented group of developers and contribute to this innovative project.

Motivation

Due to the overlap with my work, I have ported some keypoint detection code into the MMPOSE framework to meet my job requirements. I hope to contribute this portion of code directly to the community and learn about team-based workflow processes.

Modification

I have ported TokenPose and TransPose into the MMPOSE community. Here are the links to the papers and source codes.
TokenPose Paper Link:https://openaccess.thecvf.com/content/ICCV2021/html/Li_TokenPose_Learning_Keypoint_Tokens_for_Human_Pose_Estimation_ICCV_2021_paper.html
TokenPose Source Code:https://github.com/leeyegy/TokenPose
TransPose Paper Link:https://ieeexplore.ieee.org/document/9711155
TransPose Source Code: https://github.com/yangsenius/TransPose

My porting of the TokenPose and TransPose code to the MMPOSE community is based on the respective papers, with specific implementations primarily derived from the existing source codes. Both TokenPose and TransPose utilize HRNet for feature extraction, and I implemented this using the existing code in MMPOSE, without rewriting the source code from scratch. Furthermore, I have integrated the related model implementations into a single codebase, which has been fully implemented on my own COCO-type dataset.

However, I am not a computer science major, and my lab lacks sufficient computational resources. As a result, I have not conducted experiments on the COCO dataset but have completed my work on my own dataset. Additionally, I don’t fully understand aspects like bug detection and unit testing. That said, the MMPOSE community has provided me with significant help in accomplishing my work, and I sincerely want to give back by contributing to the community. I’m also very grateful to everyone who has dedicated their efforts to making the community better.

Use cases (Optional)

As the end of the year approaches, I've been overwhelmed with work and haven't managed to update the .md and .yaml files for TokenPose and TransPose. I apologize for this oversight.

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.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

2 participants