Closed jzuern closed 1 year ago
Thank you for your amazing work!
It seems that a few packages are missing from the requirements.txt file. Namely tiny-cuda-nn and nerfacc. They can be installed with:
tiny-cuda-nn
nerfacc
pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch pip install nerfacc
Hi there,
Thanks for your interest in our work!
We purposely move these two requirements out from the requirements.txt, and put them in the second step of our installation guidance.
requirements.txt
Thank you for your amazing work!
It seems that a few packages are missing from the requirements.txt file. Namely
tiny-cuda-nn
andnerfacc
. They can be installed with: