nvdiffrec icon indicating copy to clipboard operation
nvdiffrec copied to clipboard

Failing with tiny-cuda-nn

Open lihongtao18 opened this issue 2 years ago • 3 comments

微信图片_20220906224314 I downloaded the file from the local installation error, what is the reason, can you solve it?

lihongtao18 avatar Sep 06 '22 14:09 lihongtao18

This seems to be an issue with tiny-cuda-nn, not nvdiffrec. I would recommend to report or check for solutions in the tiny-cuda-nn github repo: https://github.com/NVlabs/tiny-cuda-nn

Also, as stated in our readme, we recommend to install tiny-cuda-nn using this syntax: pip install --global-option="--no-networks" git+https://github.com/NVlabs/tiny-cuda-nn#subdirectory=bindings/torch

This is also faster, as it doesn't build the networks, only the encoder that we need.

jmunkberg avatar Sep 06 '22 14:09 jmunkberg

This seems to be an issue with tiny-cuda-nn, not nvdiffrec. I would recommend to report or check for solutions in the tiny-cuda-nn github repo: https://github.com/NVlabs/tiny-cuda-nn

Also, as stated in our readme, we recommend to install tiny-cuda-nn using this syntax: pip install --global-option="--no-networks" git+https://github.com/NVlabs/tiny-cuda-nn#subdirectory=bindings/torch

This is also faster, as it doesn't build the networks, only the encoder that we need.

Thank you for your reply, sorry for sending it to the wrong place

lihongtao18 avatar Sep 06 '22 14:09 lihongtao18

see this https://github.com/NVlabs/nvdiffrec/issues/29#issuecomment-1262260239

MR-JR-01 avatar Sep 29 '22 13:09 MR-JR-01