zju3dv / SMAP

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

Question about eval code #30

Closed Xuer0313 closed 3 years ago

Xuer0313 commented 3 years ago

https://github.com/zju3dv/SMAP/blob/9fbcbe4ee2cd6f6d6d6a4e5a05a637629cb5b2e1/lib/eval/mupots_smap.m#L55 I have no idea about the difference about 'annot3' and 'univ_annot3', and why did you use the 'univ_annot3'? I would so appreciate it if you could give help.

raypine commented 3 years ago

Actually we follow Moon and the original code of MuPoTS dataset. The difference between these two type of annotations seems subtle through visualization, which we are also not sure about. Maybe 'univ' means the constant bone length? A careful check should be performed.