microsoft / voxelpose-pytorch

Official implementation of "VoxelPose: Towards Multi-Camera 3D Human Pose Estimation in Wild Environment"
MIT License
480 stars 90 forks source link

About the number of keypoints of each dataset #46

Open qbxlvnf11 opened 1 year ago

qbxlvnf11 commented 1 year ago

Thanks for your work!

May I hava a question about pretrained pose-resnet backbone setting?

Whan I check pose_resnet50_panoptic.pth.tar, its number of the joints is 18. However, the number of COCO (OpenPose version) keypoints is 18, the number of MPII keypoints is 16, the number of Panoptic is 19. All are not same. How do mapping other kind of keypoints? Would you provide mapping function to me? Or Can I know the setting about this in detail?

As I guess about the training of backbone based on describing in paper, first, load the COCO (18 keypoints) pretrained model of Pose-ResNet, second, mapping or eliminating the keypoints of MPII/Panoptic suited to COCO keypoitns format.

Thanks for your contributions!

cucdengjunli commented 1 year ago

same question