autonomousvision / monosdf

[NeurIPS'22] MonoSDF: Exploring Monocular Geometric Cues for Neural Implicit Surface Reconstruction
MIT License
573 stars 53 forks source link

Could monosdf work with CUDA11.6? #41

Closed raynehe closed 2 years ago

raynehe commented 2 years ago

Hello! Thanks for the amazing work!

I'm wondering could this project work with cudatoolkit==11.6 and cudatoolkit-dev==11.6 instead of 11.3?

niujinshuchong commented 2 years ago

Hi, I think it should work if you install pytorch version properly.

raynehe commented 2 years ago

Sorry for being unclear. My question is that, it seems that CUDAToolkit-dev only has 11.4 version (https://anaconda.org/conda-forge/cudatoolkit-dev).

If I install cudatoolkit=11.6 and cudatoolkit-dev=11.4, would that cause any inconsistency?

Thanks!

niujinshuchong commented 2 years ago

@raynehe I am not sure. I think you can simply try it out and you will know.

YJ-142150 commented 1 year ago

Did you solved the problem? I'm using CUDA 11.7, but have some errors.

raynehe commented 1 year ago

@YJ-142150 I'm sorry, I couldn't run this with CUDA11.6, there's some version conflicts with CUDA that I can't fix.