bmild / nerf

Code release for NeRF (Neural Radiance Fields)
http://tancik.com/nerf
MIT License
9.97k stars 1.39k forks source link

installation problems #17

Closed crmabs closed 4 years ago

crmabs commented 4 years ago

Is there a write up somewhere how to install the environment needed to run the demos? Currently my main problem is not to be able to downgrade the Cuda toolkit from 10.2 to 10.1 as tensorflow 1.15 requires it.

bmild commented 4 years ago

I just added an environment.yml file that can initialize a new conda environment for NeRF including all the requirements. See Setup.