mks0601 / Hand4Whole_RELEASE

Official PyTorch implementation of "Accurate 3D Hand Pose Estimation for Whole-Body 3D Human Mesh Estimation", CVPRW 2022 (Oral.)
MIT License
314 stars 31 forks source link

bbox generator #23

Open sidk99 opened 2 years ago

sidk99 commented 2 years ago

From the demo, it seems that the bbox is manually provided in the code. Is there a bbox generator that can work on any new image?

mks0601 commented 2 years ago

I recommend Yolo5. It is really powerful and fast and easy to use.

ZiqiaoPeng commented 2 years ago

Hi! How can I get yolo to output bbox? I can only output images.