zju3dv / SMAP

[ECCV 2020] SMAP: Single-Shot Multi-Person Absolute 3D Pose Estimation
Apache License 2.0
241 stars 37 forks source link

CMU Panoptic dataset config #32

Closed lskdje closed 3 years ago

lskdje commented 3 years ago

Thanks for sharing your great work! I have a question about your experimental details on CMU Panoptic dataset. I see in the code that the V of the "bodys" field is divided into not labeled, locked, and visible. And the confidence of CMUP is between 0 and 1. I'm not sure how to deal with the confidence in the CMUP for SMAP train or test.

raypine commented 3 years ago

We transform the label 0, 1 in CMUP to 0, 2 in our format, respectively.

lskdje commented 3 years ago

I found that the coordinates of some joints in the CMUP after mapping from the world coordinate system to the image coordinate system will exceed the image boundary of 1902x1080. Could you tell me if these joints in SMAP are involved in training and testing? And the labels of these joints should be set to?

raypine commented 3 years ago

No, they are not used and should be set to 0.

lskdje commented 3 years ago

Could you also tell me which cameras id to use for training in CMUP? Thanks very much.

raypine commented 3 years ago

Camera 16 and 30. We have stated it in our paper.