-
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
[Feature] rtmpose on AnimalPose #2329
base: dev-1.x
Are you sure you want to change the base?
[Feature] rtmpose on AnimalPose #2329
Conversation
Thanks for your contribution! You can upload ckpts and logs(the json file) to an online driver like google, onedriver, etc. I'll save it to our server and return your a link. |
BTW, it seems that your PR branch is checkout from the main branch, which lags behind the |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #2329 +/- ##
===========================================
- Coverage 82.26% 81.99% -0.28%
===========================================
Files 232 232
Lines 13582 13643 +61
Branches 2307 2319 +12
===========================================
+ Hits 11173 11186 +13
- Misses 1881 1921 +40
- Partials 528 536 +8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…m/wukurua/mmpose into wukurua/add_rtmpose_on_animalpose
configs/animal_2d_keypoint/rtmpose/animalpose/rtmpose_animalpose.md
Outdated
Show resolved
Hide resolved
There is one thing that I'm concerned. The models you trained only used the RTMPose model architecture, but did not use the training strategy and data augmentation of RTMPose. These techniques are also a part of RTMPose and can bring better model performance. You can refer to the AP10K config we provided. |
Actually, I initially used the training strategy and data augmentation of RTMPose.But the final effect is not as good as it is now. |
https://drive.google.com/drive/folders/1TSNWTx5tjx6fF4DnM-tgsUw2sfFmcw3f |
oops, thanks for your feedback. I'll double check again on rtmpose-m. It seems that the |
Yes, I also think this result is weird. In fact, I have trained with batch_size=32 earlier, the result is like this. Maybe I can retrain this to check ths result again. |
Hi @wukurua, We'd like to express our appreciation for your valuable contributions to the mmpose. Your efforts have significantly aided in enhancing the project's quality. If you're on WeChat, we'd also love for you to join our community there. Just add our assistant using the WeChat ID: openmmlabwx. When sending the friend request, remember to include the remark "mmsig + Github ID". Thanks again for your awesome contribution, and we're excited to have you as part of our community! |
Motivation
I train the the rtmpose model on AnimalPose dataset and add related config files and triain results.
(But how can I post the ckpt and log files just like in other md files?)
Modification
configs/animal_2d_keypoint/rtmpose/animalpose/*
Checklist
Before PR:
After PR: