Open 0mil opened 3 weeks ago
Hey there. In the Readme under Dependencies and submodules they write:
We have tested on Ubuntu 22.04.4, gcc==9.5, python==3.10.12 pytorch==1.11.0, pytorch3d==0.7.2 with CUDA 11.3 on RTX 3090Ti. You can install any version that is compatible with these dependencies. We know torch==1.3.0 have some bug when employing MODNet.
Maybe try these versions first :)
@Stretox Thank you for your comment.
I have encountered several errors related to the dependencies metioned in readme.md
when executing on Windows.
From what I understand, to successfully install Pytorch3D on Windows, CUDA 11.8 or above is required.
This requirement causes massive dependency mismatches with other essential libraries.
To help others who might face similar issue, I am remaining my setup details below.
python==3.10.12 CUDA==11.8 nvidia-cub==2.1.0 torch=2.0.0+cu118 torchvision==0.15.1+cu118 pytorch3d==0.7.7 tiny-cuda-nn==1.7
I tried to run this project in Windows OS. However, I encountered various dependencies problem while installing Pytorch3D and tiny-cuda-nn.
Could you provide the specific environments details used on your Windows OS, such as CUDA version, Pytorch3D version, and tiny-cuda-nn version?