leonid-pishchulin / poseval

Evaluation of multi-person pose estimation and tracking
Other
211 stars 49 forks source link

Convert *.mat to *.json #1

Closed tensorboy closed 6 years ago

tensorboy commented 6 years ago

Dear Leonid, I'm a master student interested in taking part in the PoseTrack Challenge, and I found your code is best for the evaluation of that task. However, the official website only provided the .mat version of the labels not .json format your code is using, and some keys like "img_idx" the .mat version seems didn't provide. It would be greatly helpful if you can give me information about how to get the .json format label. :)

I really appreciate your work! Thank you!

tensorboy commented 6 years ago

After dive deep in the code, I got deeper understanding of it. But still helpful if you have an example. :)

Best Regards, Wangpeng

leonid-pishchulin commented 6 years ago

updated README.md and added mat -> json conversion code

tensorboy commented 6 years ago

Thank you very much! Best, Wangpeng