SegmentAnythingin3D
SegmentAnythingin3D copied to clipboard
sa3d-gs installation error
Hello, I encountered the following error when trying to install sa3d-gs: it occurred during the pip install submodules/diff-gaussian-rasterization step. Could you please let me know if there is any solution to this? Thank you very much!
Hi, this is caused by wrongly installed cuda. Can you try torch.cuda.is_available() in this environment? What is the version of the installed CUDA.
Hi, the output of torch.cuda.is_available() is True. I have tried CUDA Toolkit versions 11.6 and 11.8, but both resulted in this error. Could you please let me know which version of the CUDA Toolkit I should use? Thank you so much!