murdockhou / Single-Stage-Multi-person-Pose-Machines

A tensorlfow implementation about arxiv paper "Single-Stage Multi-Person Pose Machines" (SPM)
129 stars 18 forks source link

how to convert coco-format json to ai-format #6

Closed Dantju closed 4 years ago

Dantju commented 4 years ago

请问一下如何将coco-format的json文件转换为ai-format呢

murdockhou commented 4 years ago

@Dantju Just checking for pose order in coco and same pose but differ order in ai and make coco-format into ai-format, be careful that coco contains 17 points but ai only contains 14, it's just a simple python code, you can write it by yourself.