Kai-46 / ARF-svox2

Artistic Radiance Fields
BSD 2-Clause "Simplified" License
498 stars 42 forks source link

nvcc has been installed but also " no module called svox2" #20

Open wangniuniu123 opened 1 year ago

wangniuniu123 commented 1 year ago

Hi sorry to bother you, PS C:\Users\c8178\Github\ARF-svox2\opt> nvcc -V nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2023 NVIDIA Corporation Built on Fri_Jan__6_19:04:39_Pacific_Standard_Time_2023 Cuda compilation tools, release 12.0, V12.0.140 Build cuda_12.0.r12.0/compiler.32267302_0

image

It seems I have installed nvcc already, but the svox2 error still exists.

wangniuniu123 commented 1 year ago

I reinstall the cuda 11.6.0 but it doesn't fix. And I try this code: ./try_llff.sh flower 10 get the error: File "", line 1 (minv=) ^ SyntaxError: invalid syntax Is it related to the ncvv install? Thank u for your reply ^^

SiriusVic commented 1 year ago

It is noted in "./opt/opt.py" that we should install svox2 first, but it seems that no "setup.py" nor "pyproject.toml" can be found in "./svox2" . Now I'm looking for a way.