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.16k stars 142 forks source link

Add missing __init__.py in several places #195

Open Ambrosiussen opened 9 months ago

Ambrosiussen commented 9 months ago
  1. Add missing init.py in several places
  2. Changed opencv-python==4.1.2.30 to opencv-python>=4.1.2.30

Without 1, it doesn't install properly using pip. Without 2, it works with far less environments