NVlabs / BundleSDF

[CVPR 2023] BundleSDF: Neural 6-DoF Tracking and 3D Reconstruction of Unknown Objects
https://bundlesdf.github.io/
Other
992 stars 109 forks source link

When run_custom.py, No CUDA GPUs are available #152

Closed RyanbowZ closed 2 months ago

RyanbowZ commented 4 months ago

I am running as descried steps, and when I execute everything in order and execute run_custom.py, it first warns me that version `GLIBCXX_3.4.30' not found, and then I resolved it as described in #15 using the following command:

export LD_LIBRARY_PATH=/opt/conda/lib:${LD_LIBRARY_PATH}

However, this time it does not give me the above warning, but with a new one:

RuntimeError: No CUDA GPUs are available

I also tried to output available GPUs in the docker, and it shows 0 GPUs are avilable.

I am currently on RTX4090, and I am wondering whether this is because the default CUDA 11.3 version does not support it.

wenbowen123 commented 4 months ago

did you install nvidia docker container?