NVlabs / EmerNeRF

PyTorch Implementation of EmerNeRF: Emergent Spatial-Temporal Scene Decomposition via Self-Supervision
https://emernerf.github.io/
Other
572 stars 44 forks source link

Missing packages in requirements.txt #10

Closed jzuern closed 1 year ago

jzuern commented 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:

pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch
pip install nerfacc
Jiawei-Yang commented 1 year ago

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.