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

ImportError: libcudart.so.10.1: cannot open shared object file: No such file or directory #149

Open Ethan-cpp opened 1 year ago

Ethan-cpp commented 1 year ago

I prefer your work ! But I meet some trouble , could you help me? Thank you very much ! @Jeff-sjtu

Ethan-cpp commented 1 year ago

I follow the Colab code

AmoghTiwari commented 11 months ago

The above issue is an issue with pytorch3d installation. I had also encountered it. And while I was not able to solve this directly, I tried installing things from scratch following pytorch3d's official installation instructions, and was able to solve it eventually. You can look at #186 for details on how I installed the packages.