sxyu / plenoctree

PlenOctrees: NeRF-SH Training & Conversion
https://alexyu.net/plenoctrees
BSD 2-Clause "Simplified" License
425 stars 78 forks source link

Fatal Python error: Aborted when use library svox #1

Closed katealenic closed 3 years ago

katealenic commented 3 years ago

Hi, when i run python -m octree.task_manager octree/config/tt_sh25.json --gpus="0" image This error rise in line 205 image But this library PyTorch CUDA Extension of PlenOctrees and installed by git url. How can I solve this problem?

liruilong940607 commented 3 years ago

I believe your svox is not properly built. Did you installed using conda create -f environments.yml ? And what's your pytorch version (python -c "import torch; print(torch.version.cuda)") as well as nvcc version (nvcc --version)?

sxyu commented 3 years ago

please provide your GPU model as well

katealenic commented 3 years ago

Yes, I install env using conda create -f environments.yml and then pip install git+https://github.com/sxyu/svox.git image GPU p2.xlarge

katealenic commented 3 years ago

I solve this problem when reinstall torch for version nvcc. Thank you!