zju3dv / SMAP

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

Questions about the meaning of 2D predictions in the final JSON file #31

Closed BoYuanVisionary closed 3 years ago

BoYuanVisionary commented 3 years ago

Hi, thanks for your great work.

I try to run your model on my custom videos. And I notice in the final JSON file, the shape of 2D predictions is (15, 4). I expect the shape is (15, 2) and have no idea why there are 4 values. Could you please clarify the meaning of each coordinate?

raypine commented 3 years ago

'4' means : x, y, useless,v (visible if v > 0).