open-mmlab / mmhuman3d

OpenMMLab 3D Human Parametric Model Toolbox and Benchmark
https://mmhuman3d.readthedocs.io/
Apache License 2.0
1.25k stars 137 forks source link

Is the util function convert_kp2d_to_bbox wrong? #345

Open ZhengyuLin opened 1 year ago

ZhengyuLin commented 1 year ago

https://github.com/open-mmlab/mmhuman3d/blob/a1a5269ddad43add3d1b268ccb4918bf36a90359/mmhuman3d/utils/demo_utils.py#L235-L262

x1, x2, y1, y2, all get from np.max. Does not make sense to me to find bbox of 2D points.

ShamLich commented 9 months ago

same problem