Closed Tsumugii24 closed 6 months ago
Hi @Tsumugii24 . I'm sorry that I saw this issue too late. It seems that this error comes from cuda and pytorch3D. Could you please tell me what version you are using?
sure, hope these information will help!
(sifu) lby@ubuntu:~$ conda list
python 3.8.19 h955ad1f_0 defaults
pytorch3d 0.7.6 dev_0 <develop>
torch 1.13.0+cu117 pypi_0 pypi
torchaudio 0.13.0+cu117 pypi_0 pypi
torchmetrics 1.3.2 pypi_0 pypi
torchvision 0.14.0+cu117 pypi_0 pipit
(sifu) lby@ubuntu:~$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Tue_May__3_18:49:52_PDT_2022
Cuda compilation tools, release 11.7, V11.7.64
Build cuda_11.7.r11.7/compiler.31294372_0
I think the error may be caused by pytorch3D because your version is the latest. You can try using a lower version such as 0.7.3 or 0.7.2 (I use a version of 0.7.3). I am not very sure about it. If it was caused by the version of pytorch3D, I'll update it in the instructions. Thanks very much!
Hi, @River-Zhang You are right! I change the version of pytorch3D from 0.7.6 to 0.7.3 and then everything just works well. I think the reason why I used the latest version is that I follow the following instruction and pull the main branch
PyTorch3D (official INSTALL.md, recommend install-from-local-clone)
before the command in the requirements file which contains the appropriate version
pip install -r requirements.txt
Anyway, thanks very much!
Thanks for your feedback! I'll update the installation instructions.
hi there, the inference is ok, but then i ran into an error while testing, i am not sure what caused this error and how to fix it my GPU is a Tesla V100-SXM2-32GB here is the error info