mkocabas / EpipolarPose

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

error on human3.6m annotation files #10

Closed sjtu-cx closed 5 years ago

sjtu-cx commented 5 years ago

Hello, Thanks for your great work. I am trying to train human3.6m dataset with your code. I have downloaded the human 3.6m dataset from the website and use your provided script to extract images.But when I train the model, I find the image path in the annotation file(both train-fs.pkl and train-ss.pkl) doesn't match my image path. For example: the image path in the annotation file is: 'h36m/images/S1/Photo_1.58860488/000781.jpg' However, I can only find the path 'h36m/images/S1/TakingPhoto_1.58860488/000781.jpg' ,which is the most similar one to the given path. I wonder whether you make some changes to the image path when generating annotation files, or can you provide the annotation preparation script? Thank you very much!

mkocabas commented 5 years ago

Hi @sjtu-cx,

Thanks for your interest in our work. I forgot to note it but naming of some S1 video files is different than other subjects. All you need to is renaming them to match the path in annotation files. As far as I remember, photo and walkdog actions of S1 are only the problematic ones, others should be fine.

sjtu-cx commented 5 years ago

Thanks for your quick reply! I rename the path and now it works!