Open Pai-Sho opened 5 years ago
@Pai-Sho hey, did you solve it by now? same problem here.
Can you run nvcc -V
inside your container and make sure that the compilation tools are of version 8? Also make sure that you really have nvidia-docker-1.0 by looking at nvidia-docker version
. I overcame that error by using nvidia-docker-1.0, so that was the issue as far as I remember. Good luck !
@hygxy Have you solved the problem? I have the same problem here. Thank you in advance.
hey,I have the same problem, do you have any solution?
Same issue here
maybe this helps: https://github.com/mp3guy/ElasticFusion/issues/170
Same issue here
Same issue. My solution: my GPU is Quadro RXT5000 which CUDA Capability is 7.5. So I add 75 in line of setting CUDA_ARCH_BIN of the Cmakefile.txt in ~/ElasticFuion/Core/src, and install cuda10. Then remake ElasticFuion.
Same issue here when running ianchen-tw/LabelFusion with Nvidia-Docker2. Did someone make some progress on this probelm yet? What's the cause?
Same issue. My solution: my GPU is Quadro RXT5000 which CUDA Capability is 7.5. So I add 75 in line of setting CUDA_ARCH_BIN of the Cmakefile.txt in ~/ElasticFuion/Core/src, and install cuda10. Then remake ElasticFuion.
This did help, Thanks! I just changed the Cmakefile and remake, then everything worked out.
Hello,
I am attempting to create my own dataset using the provided docker image and an ASUS Xtion PRO camera. Everything up to the run_prep stage seems to be fine, then I get this error:
My host Machine is running 18.04LTS, CUDA 10.2 with a 1080Ti driving the monitor and a headless 2080Ti I use for training. I am running nvidia-docker 1.0 because I was getting a bunch of OpenGL errors with nvidia-docker2. My nvidia-smi within the docker looks like this: