zju3dv / SMAP

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

coordinate conversion 3D to 2D #35

Closed funnypig521 closed 3 years ago

funnypig521 commented 3 years ago

Excuse me ,I have some problem in coordinate conversion.Whether pred_bodys_2d or new_pred_bodys_3d in test.py can not recover the pixel coordinates matching to the origin images.Thanks a lot!(By the way ,your code for 3D HPE works perfect.)

raypine commented 3 years ago

The saved results correspond to the resolution of 512x832 (the input size of the network), thus it should be properly padded to match the original images. You can refer to the code here for the new pred_2d.

raypine commented 3 years ago

consider it has been resolved.