mks0601 / 3DMPPE_POSENET_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
807 stars 147 forks source link

Camera Parameters Abour MuPoTS #117

Open 3013218123 opened 2 years ago

3013218123 commented 2 years ago

First, thanks for your sharing. My work requires the use of the camera extrinsic parameters of MuPoTS, the dataset is not directly available for download and I cannot contact the authors of MuPoTS. I noticed that your work organized the camera data of the MuPoTS. So I would like to ask if you have the camera external parameters of MuPoTS.

mks0601 commented 2 years ago

I do not have camera extrinsicis now, but I obtained them by fitting 3D poses to the 2D poses. Maybe you can do the fitting to obtain the extrinsics.

3013218123 commented 2 years ago

Ok, thank you.

ZXin0305 commented 1 year ago

Ok, thank you.

have you get the camera parameters ?? Thanks .