mks0601 / 3DMPPE_POSENET_RELEASE

Official PyTorch implementation of "Camera Distance-aware Top-down Approach for 3D Multi-person Pose Estimation from a Single RGB Image", ICCV 2019
MIT License
807 stars 147 forks source link

Typos in the Derivation of d? #115

Closed hellojialee closed 2 years ago

hellojialee commented 2 years ago

Should the alpha_x = f / p_x? (l_x,sensor) / p_x

image
mks0601 commented 2 years ago

alpha_x = f * p_x

hellojialee commented 2 years ago

Thank you for your replying. But the sentence below Equation (1) in the main text says:

where αx, αy, Areal, and Aimg are focal lengths divided by the per-pixel distance factors (pixel) of x- and y-axes....

Sorry for my silly question.

mks0601 commented 2 years ago

p_x is 1/per-pixel distance factor

hellojialee commented 2 years ago

OK, many thanks~