facebookresearch / InterWild

Official PyTorch implementation of "Bringing Inputs to Shared Domains for 3D Interacting Hands Recovery in the Wild", CVPR 2023
Other
158 stars 16 forks source link

list of package versions. #36

Open agabeg63 opened 1 month ago

agabeg63 commented 1 month ago

Hello.

I was trying to run the demo.py, but I keep getting the version-related errors. Can you write the list of package versions (conda list, for example)?

Thank you

mks0601 commented 1 month ago

Could you give your error message? You can just follow this: https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md

agabeg63 commented 1 month ago

i have the following error: File "/home/moon/anaconda3/envs/interWild/lib/python3.10/site-packages/pytorch3d/renderer/blending.py", line 10, in from pytorch3d import _C ImportError: libc10_cuda.so: cannot open shared object file: No such file or directory

I also used for above link for installation

mks0601 commented 1 month ago

I think there is something wrong with your CUDA installation.

agabeg63 commented 1 month ago

No, actually it is a pytorch3d error. they have this issue in their github repo. Still couldn't fix it.

mks0601 commented 1 month ago

Could you follow the instruction in here by creating a virtual env? https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md

agabeg63 commented 1 month ago

I solved the problem by downgrading to an old pytorch version. Thank you.