Open caishuo-C opened 11 months ago
Hi, did you solve this bug? I met this error, either.
Hi, did you solve this bug? I met this error, either.
I've fixed the bug. The reason is that CUDA did not load successfully, you can check your environment from this perspective, if you are using a zsh terminal, check ~/.zshrc.
thx! I fixed it!
Hi, did you solve this bug? I met this error, either.
I've fixed the bug. The reason is that CUDA did not load successfully, you can check your environment from this perspective, if you are using a zsh terminal, check ~/.zshrc.
Thanks for your help!
Prior to this, I had successfully run through several 3d mesh generation using Instant-NSR.
But recently when I tried to enter the same command, I got the following (error) :
command: cd ./instant-nsr-pl python launch.py --config configs/neuralangelo-ortho-wmask.yaml --gpu 5 --train dataset.root_dir=../outputs/cropsize-192-cfg3.0/ dataset.scene=stewed_meatball
Terminal Output:
Here I noticed that there seems to be a problem with nerfacc (NerfAcc: No CUDA toolkit found. NerfAcc will be disabled.), how to solve this problem?
env: torch 1.13.1+cu117 cuda 11.8 nerfacc 0.3.3 python 3.8.18