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
817 stars 147 forks source link

Could you provide the code to obatin parsed Human3.6m? #55

Closed krumo closed 4 years ago

krumo commented 4 years ago

Nice job! I wonder how do you generate the sampled frames and coco style annotation files from the original Human3.6m dataset. Would you mind sharing the code to process this dataset?

mks0601 commented 4 years ago

Sure. I pushed the codes at tool/Human36M folder. You should run the matlab code first, and then the python code will wrap the output of the matlab code to json file.

mks0601 commented 4 years ago

Note that you should define your path. I left some comments in the codes.

krumo commented 4 years ago

Thanks a lot! It is very helpful.

gsygsy96 commented 4 years ago

Hi @mks0601 , can you share scripts to process other datasets if it's convenient?

mks0601 commented 4 years ago

Which datasets?