Open ZhengyuLin opened 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.
same problem
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.