tensorboy / pytorch_Realtime_Multi-Person_Pose_Estimation

1.36k stars 409 forks source link

the number of keypoints #118

Closed happyday-lkj closed 4 years ago

happyday-lkj commented 4 years ago

Hi, all, In the coco datasets, there are 17 keypoints, however in this code ,there are 18 keypoints including the 'neck',and the order in coco datasets is also different from this code order. While the code loads the coco datatset to train, but I don't find the code converting the coco datasets order to this code order, has anyone know this??? @tensorboy thanks!