-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Roadmap of MMPose 1.x #2258
Comments
How about supporting UniFormer? |
Hi, is there any news on migrating Associative Embedding algorithm? It would be very great to see it in 1.x version of mmpose. When are you planning to publish it? It's a very important algorithm in most of the models and I'm really looking forward to having it. Or can you hint some ways to implement? I just need it for one of my ongoing researches. Thank you. |
@Tau-J hello, sorry for the ping, is there any update on associative embedding? Could you please answer my questions above? I was working on an important task that is related to this algorithm. Thank you. |
Sorry for the late reply. The algorithm of 'Associate Embedding' is still in the process of migration. As the community contributor responsible for this task is not a full-time developer, we cannot guarantee a specific completion timeline. If you are also willing to contribute to the migration, we would greatly appreciate it. You can follow our 1.x documentation to understand the new version architecture and proceed with migrating the algorithm. If you meet any issue during migration, please feel free to contact us. |
Never mind, thanks for the reply. I got it, I will try to migrate and contribute then. I do contact if I need some help or issue. Thank you. |
When will motionbert be merged into the main branch? Currently, I only see it in the dev branch. |
Yes. The |
It would be really wonderful for RTM's wholebody applications if pose lifting was available using something like one of the models referenced in H3WB, though I'm inexperienced and don't know if this is viable. |
Can you migrate the top_down_pose_tracking_demo_with_mmdet.py from mmpose 0.x to mmpose 1.x, thank you ! |
请问支持unity插件的事情有开始实施吗? |
@Tau-J @Ben-Louis hi guys, sorry for the ping. We've been working with pose estimation task for some time. Until now, we could achieve some feasible results by successfully adapting pose estimation models to our domain space. However, it seems that there are still things to improve. A few issues like track fragmentation (wrong track is found for short time), and detecting tracks with black dress/shirts etc. can be observed from time to time. |
Development Plan 2023
We are excited to announce the release of MMPose 1.0.0 as a part of the OpenMMLab 2.0 project!
MMPose v1.0.0 is a major update, including many API and config file changes, and most of the code (and config files) in MMPose 1.0 will not be compatible with 0.x version.
Here are the version correspondences between
mmdet
,mmcv
andmmpose
:Notes:
mmcv-full
is only formmcv 1.x
, so you have to uninstall it first, then installmmcv 2.x
.Migration
Currently, a part of the algorithms have been migrated to v1.0.0, and the remaining algorithms will be completed in subsequent versions. We will show the migration progress in the following list.
Algorithm
Datasets
New Algorithms
New Datasets
The text was updated successfully, but these errors were encountered: