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

Missing pkl files #39

Open XGenietony opened 3 years ago

XGenietony commented 3 years ago

Did anybody find the cdf files or pkl files? I download a great number of annotation files, but all of them are coded by h5 or json. What a tragedy!

OliverHChow commented 2 years ago

https://github.com/CHUNYUWANG/H36M-Toolbox Check this toolbox out. Use this toolbox to deal with the data downloaded from http://vision.imar.ro/human3.6m/ by running download_all.py -> extract_all.py -> video_to_images.py -> generate_labels.py. Train.pkl file and validation.pkl file will be generated after running generate_labels.py.