NVlabs / neuralrgbd

Neural RGB→D Sensing: Per-pixel depth and its uncertainty estimation from a monocular RGB video
Other
301 stars 41 forks source link

AssertionError: Torch not compiled with CUDA enabled #24

Open HJGrant opened 4 months ago

HJGrant commented 4 months ago

I recieve this error when running sh run_demo.sh:

AssertionError: Torch not compiled with CUDA enabled

I've tried reinstalling torch in the conda environment as well as on my base installation. I've also made sure to install the version of torch that doesn't require CUDA. Since I don't have a GPU I don't need CUDA. So I have a 'cpu only' installation of torch, but still I am getting this error.