open-mmlab / mmpose

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

extrinsic parameter of 3d pose dataset #633

Closed NoLookDefense closed 2 years ago

NoLookDefense commented 3 years ago

Hi. I found that the 3d dataset contains the extrinsic parameters of each camera. But where is the root of the world coordinate as for the human36m, 3dpw and hp3d dataset respectively?

ly015 commented 3 years ago

Please refer to the papers or documents of these datasets for the definition of the world coordinates, including the origin position. Usually, the camera extrinsic parameters would give the necessary information about the world/camera coordinate system.

innerlee commented 3 years ago

@ly015 we may add this info to a place in documentation. FAQ maybe?

NoLookDefense commented 3 years ago

Please refer to the papers or documents of these datasets for the definition of the world coordinates, including the origin position. Usually, the camera extrinsic parameters would give the necessary information about the world/camera coordinate system.

Thank you. BTW, are there any references to the papers?