Jeff-sjtu / HybrIK

Official code of "HybrIK: A Hybrid Analytical-Neural Inverse Kinematics Solution for 3D Human Pose and Shape Estimation", CVPR 2021
MIT License
1.21k stars 147 forks source link

Question about the demo #85

Open xjchao7 opened 2 years ago

xjchao7 commented 2 years ago

Thank you for your perfect work.

When I test my both of your video and our video. It met the following questions: File"~/HybrIK-main/hybrik/utils/presets/simple_transform_3d_smpl.py", line 127, in test_transform xmin, ymin, xmax, ymax = bbox TypeError: cannot unpack non-iterable NoneType object

Could you please have a check? When I test it on colab, I also met this problem. Thx~

Jeff-sjtu commented 2 years ago

Hi @xjchao7, thanks for your interest in our work. It seems the detection model cannot detect any bounding box in the image.