LiMeng95 / MultiPoseNet.pytorch

pytorch implementation of MultiPoseNet (ECCV 2018, Muhammed Kocabas et al.)
196 stars 32 forks source link

COCO.json? #3

Closed Minotaur-CN closed 6 years ago

Minotaur-CN commented 6 years ago

Can u upload coco.json ? I can not find under coco dir.

Thanks!

LiMeng95 commented 6 years ago

Hi, @Minotaur-CN , As we mentioned in Data preparation section: we followed ZheC/Realtime_Multi-Person_Pose_Estimation's first 4 Training Steps prepared our COCO2014 dataset, including 'mask2014' and 'COCO.json'. You can run 'genJSON('COCO')' to generate 'COCO.json'.