Update README.md

This commit is contained in:
Kai Zhang 2020-10-16 00:22:19 -04:00 committed by GitHub
parent c8a9bf3edc
commit 3d5ba66c6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ Codebase for arXiv preprint ["NeRF++: Analyzing and Improving Neural Radiance Fi
## Create environment
```bash
conda env create --file environment.yml
conda activate nerf-ddp
conda activate nerfplusplus
```
## Training (Use all available GPUs by default)