NVlabs / nvdiffrec

Official code for the CVPR 2022 (oral) paper "Extracting Triangular 3D Models, Materials, and Lighting From Images".
Other
2.09k stars 222 forks source link

Install error on Ubuntu 22.04 with cuda 12.0 #121

Open kajalsanklecha opened 1 year ago

kajalsanklecha commented 1 year ago

Thank you for the code.

I have been trying to install this repository on my system with Cuda 12.0. But pytorch isn't available for the same. So I installed pytorch for cuda 11.6. But in this scenario, I'm unable to install tiny cuda nn. Any solution anyone?

jmunkberg commented 1 year ago

Thanks @kajalsanklecha ,

For Cuda 12 support in tiny-cuda-nn, it is better to ask directly in https://github.com/NVlabs/tiny-cuda-nn

We have only tested nvdiffrec with Cuda 11.3-11.6 as we rely on PyTorch.