-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError for running extract_mesh.py #54
Comments
I have also encountered this situation, which seems to be the tetra nerf for triangulation not being successfully installed. I try reinstalling it, but in the # tetra nerf for triangulation step, after I run cmake . it reported an error as below, and I would greatly appreciate it if someone could provide a solution to help. CMake Error at /home/ywan/miniconda3/envs/gof113/share/cmake-3.26/Modules/CMakeDetermineCompilerId.cmake:751 (message): Compiler: /usr/bin/nvcc Build flags: Id flags: --keep;--keep-dir;tmp -v The output was: 255 #$ SPACE= #$ CUDART=cudart #$ HERE=/usr/lib/nvidia-cuda-toolkit/bin #$ THERE=/usr/lib/nvidia-cuda-toolkit/bin #$ TARGET_SIZE= #$ TARGET_DIR= #$ TARGET_SIZE=64 #$ NVVMIR_LIBRARY_DIR=/usr/lib/nvidia-cuda-toolkit/libdevice #$ #$ LIBRARIES= -L/usr/lib/x86_64-linux-gnu/stubs -L/usr/lib/x86_64-linux-gnu #$ rm tmp/a_dlink.reg.c #$ gcc -D__CUDA_ARCH__=300 -E -x c++ -DCUDA_DOUBLE_MATH_FUNCTIONS #$ cicc --c++14 --gnu_version=90400 --allow_managed -arch compute_30 -m64 #$ ptxas -arch=sm_30 -m64 "tmp/CMakeCUDACompilerId.ptx" -o ptxas fatal : Value 'sm_30' is not defined for option 'gpu-name' --error 0xff --Call Stack (most recent call first): -- Configuring incomplete, errors occurred! |
It seems that the 3090 does not support the old SM-30 architecture. I tried to adjust it in cmakelist.txt but so far it has not been successful yet |
Hi, could you maybe check the solution here: #52 (comment) |
I encountered the same ImportError where the command line indicates that the installation was successful. I also try the solution in #52comment. The problem has not solved yet. I suspect that this issue might be related to my GPU (RTX 4090), but I am not certain. I would appreciate any guidance on whether this could be a GPU-related issue or if there might be another underlying cause. |
I solved this by cloning and installing tetra-nerf from its original github repo: https://github.com/jkulhanek/tetra-nerf |
When I try python extract_mesh.py -m exp_playroom/release/ --iteration 30000, it shows issue below.
How to solve this problem? Has anyone meet this error?
The text was updated successfully, but these errors were encountered: