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

PoseLifter #661

Closed manansaxena closed 3 years ago

manansaxena commented 3 years ago

Which model is being implemented here ? https://mmpose.readthedocs.io/en/latest/api.html?highlight=poselifter#mmpose.models.detectors.PoseLifter

Is this from this paper ? Chang, Ju Yong, Gyeongsik Moon, and Kyoung Mu Lee. "PoseLifter: Absolute 3D human pose lifting network from a single noisy 2D human pose." arXiv preprint arXiv:1910.12029 (2019).

Thanks a lot, great work

jin-s13 commented 3 years ago

https://github.com/open-mmlab/mmpose/tree/master/configs/body3d/simple_baseline#a-simple-yet-effective-baseline-for-3d-human-pose-estimation

jin-s13 commented 3 years ago
@inproceedings{martinez_2017_3dbaseline,
  title={A simple yet effective baseline for 3d human pose estimation},
  author={Martinez, Julieta and Hossain, Rayat and Romero, Javier and Little, James J.},
  booktitle={ICCV},
  year={2017}
}
manansaxena commented 3 years ago

Ok, thanks a lot.