mks0601 / 3DMPPE_ROOTNET_RELEASE

Official PyTorch implementation of "Camera Distance-aware Top-down Approach for 3D Multi-person Pose Estimation from a Single RGB Image", ICCV 2019
MIT License
477 stars 65 forks source link

cam_param['focal'], cam_param['princpt'] #27

Open zqq-judy opened 3 years ago

zqq-judy commented 3 years ago

Hello, my own dataset lacks these parameters, such as: cam_param['focal'], cam_param['princpt']. How should I set cam_param to train?

mks0601 commented 3 years ago

They are focal lengths and princical points, which are camera intrincis. You can get them from camera calibration information.