krrish94 / nerf-pytorch

A PyTorch re-implementation of Neural Radiance Fields
Other
884 stars 121 forks source link

requirements.txt missing #1

Closed holzers closed 4 years ago

holzers commented 4 years ago

First, great work and thanks for making the effort to port this work to pytorch. In the readme you mention a requirements.txt which is used for installing dependencies, but it looks like it is missing in the repository.

krrish94 commented 4 years ago

Thanks @holzers and nice catch! Pushed requirements.txt. Lmk if that works for you.

krrish94 commented 4 years ago

I've found some time to test the requirements file, and it works smoothly. Closing.