mks0601 / Integral-Human-Pose-Regression-for-3D-Human-Pose-Estimation

PyTorch implementation of "Integral Human Pose Regression", ECCV 2018
194 stars 25 forks source link

About common/utils/pose_utils.py#L55-L61 #21

Closed lucas946 closed 4 years ago

lucas946 commented 5 years ago

I found your code that generates 2d bounding box of h36m as common/utils/pose_utils.py#L55-L61. However, there exist some scenes that 2d bbox by this way may not cover person body completely. Can you explain why you choose this way?

mks0601 commented 5 years ago

Can you give me an example that bounding box does not cover human body completely? That code is from original author's repo.

lucas946 commented 5 years ago

I upload a sample image by https://send.firefox.com/. You can download the image by url: https://send.firefox.com/download/fa6e41895e795891/#CRXCO-fbWCrCEKFXyxG3Vw (the image can be downloaded only once).

mks0601 commented 5 years ago

I think this kind of marginal off would not effect overall performance.

lucas946 commented 5 years ago

Thanks a lot, I will check this soon.