ErlerPhilipp / points2surf

Learning Implicit Surfaces from Point Clouds (ECCV 2020)
https://www.cg.tuwien.ac.at/research/publications/2020/erler-2020-p2s/
MIT License
456 stars 48 forks source link

Error while running the max model evalution #17

Closed Komti13 closed 2 years ago

Komti13 commented 2 years ago

running this command bash experiments/eval_p2s_max.sh i keep getting this errror torch._C._cuda_init() RuntimeError: CUDA driver initialization failed, you might not have a CUDA gpu.

any help please

ErlerPhilipp commented 2 years ago

Hi @Komti13, the reason for this can be anything. You need to give more information about your setup. Most importantly, do you actually have a GPU with CUDA support? Drivers correctly installed? Can you run nvidia-smi?

ErlerPhilipp commented 2 years ago

closing for now, please reopen if necessary