leoxiaobin / deep-high-resolution-net.pytorch

The project is an official implementation of our CVPR2019 paper "Deep High-Resolution Representation Learning for Human Pose Estimation"
https://jingdongwang2017.github.io/Projects/HRNet/PoseEstimation.html
MIT License
4.31k stars 908 forks source link

How to convert mpii mat file to json #295

Open STRUGGLE1999 opened 1 year ago

STRUGGLE1999 commented 1 year ago

When I test on MPII and COCO dataset using model zoo's models, I found COCO dataset will get a json file, but MPII file only get a mat file, does anyone know how to convert mpii mat file to json?

doublemanyu commented 10 months ago

When I test on MPII and COCO dataset using model zoo's models, I found COCO dataset will get a json file, but MPII file only get a mat file, does anyone know how to convert mpii mat file to json?

Hi, there. How did you get the gt_valid.mat? Can you share it? Thank you in advance.