microsoft / multiview-human-pose-estimation-pytorch

This is an official Pytorch implementation of "Cross View Fusion for 3D Human Pose Estimation, ICCV 2019".
MIT License
541 stars 89 forks source link

The annotation files of human36m #20

Closed banana16314 closed 4 years ago

banana16314 commented 4 years ago

Hey, Thanks for u sharing! Is it possible to share the download link of h36m_train.pkl and h36m_validation.pkl file? i cloned and read the code from https://github.com/CHUNYUWANG/H36M-Toolbox, but i am unable to use this tool, i have got the human36m images and with the annotation file in json format as _Human36M_subject1_camera.json Human36M_subject1_data.json Human36M_subject1_joint3d.json I just need the *.pkl annotation files. Thx for your help!

CHUNYUWANG commented 4 years ago

Hi @banana16314

Can you elaborate why you cannot use https://github.com/CHUNYUWANG/H36M-Toolbox?

I cannot share the files related to the dataset due to the license restriction. But using the above tool should be able to produce the two pkl files you mentioned.

dddyyyplus commented 1 year ago

Hey, Thanks for u sharing! Is it possible to share the download link of h36m_train.pkl and h36m_validation.pkl file? i cloned and read the code from https://github.com/CHUNYUWANG/H36M-Toolbox, but i am unable to use this tool, i have got the human36m images and with the annotation file in json format as _Human36M_subject1_camera.json Human36M_subject1_data.json Human36M_subject1_joint3d.json I just need the *.pkl annotation files. Thx for your help!

Hi, can you tell me how to get Human36M_subject1_joint_3d.json? Thank you very much!