zju3dv / SMAP

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

About the root position #6

Closed hellozjj closed 4 years ago

hellozjj commented 4 years ago

Is the root position in the result file? If so, is it in the world coordinate or in the camera coordinate? Looking forward to your reply.

raypine commented 4 years ago

In the json file, result["pred_3d"] saves the absolute 3d pose (addition of root position and relative 3d pose) of each person in the camera coordinates.