open-mmlab / mmpose

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

Multi-view 3d pose estimation #864

Closed CheungBH closed 2 years ago

CheungBH commented 3 years ago

Hello. Will multi-view-3d-pose-estimation be added in the repo?

jin-s13 commented 3 years ago

Yes, we have plans to do that.

jin-s13 commented 3 years ago

Do you have any recommended papers/codes? It would be much appreciated if you would like to contribute.

CheungBH commented 3 years ago

Yeah, certainly. There are 3 baseline papers, two of which have runnable code provided, while the remaining one doesn't have training code.

Learnable Triangulation of Human Pose https://github.com/karfly/learnable-triangulation-pytorch

Epipolar Transformers https://github.com/yihui-he/epipolar-transformers

Cross view fusion for 3d human pose estimation (This paper doesn't have code for training. Maybe you can reproduce this paper hhhh)