open-mmlab / mmpose

OpenMMLab Pose Estimation Toolbox and Benchmark.
https://mmpose.readthedocs.io/en/latest/
Apache License 2.0
5.58k stars 1.21k forks source link

Why was 3d pose estimation removed from v1.0.0? #2181

Closed noeykan closed 1 year ago

noeykan commented 1 year ago

I'm using videopose3d for 3d pose estimation, but in new release v1.0.0, I couldn't find it anymore.

Why was it removed? Any plan to add these 3d pose things to v1.0.0?

Tau-J commented 1 year ago

Thanks for using MMPose. 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 here. If your algorithm has not been migrated, you can continue to use the 0.x branch and old documentation.

noeykan commented 1 year ago

@Tau-J Thank you for your quick and kind reply. If you don't mind, could you give me a rough schedule for videopose3d algorithm?

Tau-J commented 1 year ago

The algorithm related to 3D pose will be migrated this quarter. We will first conduct the migration of SimpleBaseline3D. VideoPose3D will be scheduled after the completion of SimpleBaseline3D.

noeykan commented 1 year ago

@Tau-J thank you!