mkocabas / EpipolarPose

Self-Supervised Learning of 3D Human Pose using Multi-view Geometry (CVPR2019)
Other
594 stars 97 forks source link

About camera parameters #21

Closed sta105 closed 4 years ago

sta105 commented 5 years ago

Hi mkocabas,

Camera intrinsic and extrinsic are saved in train-xx.pkl files, but could you tell me how do you get those parameters from human3.6m dataset? Thanks:)

mkocabas commented 5 years ago

Hi @sta105,

We are using the camera parameters provided by this repo. Execute the commands in this part of the readme and you will get the camera parameters in a hdf5 file named cameras.h5.

Best,