hongsukchoi / Pose2Mesh_RELEASE

Official Pytorch implementation of "Pose2Mesh: Graph Convolutional Network for 3D Human Pose and Mesh Recovery from a 2D Human Pose", ECCV 2020
MIT License
677 stars 69 forks source link

Question about preprocessing SURREAL. #59

Open CVStack opened 1 year ago

CVStack commented 1 year ago

Hi.

Thank you for sharing the code and data.

I want to use your SURREAL annotation files but your file includes the image file, not mp4 file.

How can i pre-process the SURREAL data for using your annotations file?

Thank you.

hongsukchoi commented 1 year ago

@CVStack

Hi, I don't fully understand your question. If you want to pre-process the data yourself in our annotation file style (=COCO format), you can refer to this file: https://github.com/hongsukchoi/Pose2Mesh_RELEASE/blob/master/data/3dpw2coco.py