You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for this wonderful project implementation. I wanted to try this for my own project. I initially set out to use docker and see, but for some reason docker file couldn't be built successfully. I then manually tried installing everything. I am stuck in installing Neus2 locally. I have cuda-toolkit version 12.6 (tried with 11.8, but didn't work).
(neusurfemb) (base) pannaga@legion7i:~/Documents/ROAHM_lab/neusurfemb/third_party/NeuS2$ cmake . -B build
-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.0
-- The CUDA compiler identification is NVIDIA 11.5.119
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting CUDA compiler ABI info
-- Detecting CUDA compiler ABI info - done
-- Check for working CUDA compiler: /usr/bin/nvcc - skipped
-- Detecting CUDA compile features
-- Detecting CUDA compile features - done
CMake Error at CMakeLists.txt:31 (target_compile_options):
Cannot specify compile options for target "instant-ngp" which is not built
by this project.
-- No release type specified. Setting to 'Release'.
-- Initial CMAKE_CUDA_ARCHITECTURES: 86
-- Forced CMAKE_CUDA_ARCHITECTURES: 86
-- Initial CUDA_NVCC_FLAGS: --expt-relaxed-constexpr;--generate-code=arch=compute_86,code=sm_86;-Xcompiler=-mf16c;-Xcompiler=-Wno-float-conversion;-Xcompiler=-fno-strict-aliasing;-Xcompiler=-fPIC;--extended-lambda;--expt-relaxed-constexpr
-- CUDA Version Detected: 12.6
-- Targeting GPU architectures: 86
-- Found Vulkan: /usr/lib/x86_64-linux-gnu/libvulkan.so
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Using X11 for window creation
-- Found X11: /usr/include
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found GLEW: /usr/include (found version "2.2.0")
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- !!! Warning OptiX_INSTALL_DIR not set in environment. using default
-- OptiX_INSTALL_DIR value: /usr/local/NVIDIA-OptiX-SDK-7.3.0-linux64-x86_64
-- OptiX headers (optix.h and friends) not found.
CMake Warning at CMakeLists.txt:258 (message):
OptiX was not found. Neural graphics primitives will still compile and run
correctly. However, SDF training in 'raystab' and 'pathescape' modes will
be significantly slower.
-- Found Python: /home/pannaga/.virtualenvs/neusurfemb/bin/python3 (found suitable version "3.12.7", minimum required is "3.7") found components: Interpreter Development Development.Module Development.Embed
-- pybind11 v2.7.1
CMake Warning (dev) at /usr/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message):
Policy CMP0127 is not set: cmake_dependent_option() supports full Condition
Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
dependencies/pybind11/CMakeLists.txt:98 (cmake_dependent_option)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Success
-- Configuring incomplete, errors occurred!
See also "/home/pannaga/Documents/ROAHM_lab/neusurfemb/third_party/NeuS2/build/CMakeFiles/CMakeOutput.log".
(neusurfemb) (base) pannaga@legion7i:~/Documents/ROAHM_lab/neusurfemb/third_party/NeuS2$
The text was updated successfully, but these errors were encountered:
Hi @PannagaS, thank you for your interest in our work. The error seems incomplete (is this maybe not the first run?) and might be related to the issue you opened in the NeuS2 repo. Also, what errors did you get when trying to build the Docker image?
First of all, thank you for this wonderful project implementation. I wanted to try this for my own project. I initially set out to use docker and see, but for some reason docker file couldn't be built successfully. I then manually tried installing everything. I am stuck in installing Neus2 locally. I have cuda-toolkit version 12.6 (tried with 11.8, but didn't work).
I am getting the following cmake error when I run
The text was updated successfully, but these errors were encountered: