Update README.md

This commit is contained in:
Yen-Chen Lin 2020-04-21 09:20:37 -04:00 committed by GitHub
parent 356125d30f
commit 649045ea60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@ To play with other scenes presented in the paper, download the data [here](https
To train NeRF on different datasets: To train NeRF on different datasets:
``` ```
python run_nerf.py --config configs/config_{DATASET}.txt python run_nerf.py --config configs/{DATASET}.txt
``` ```
replace `{DATASET}` with `trex` | `horns` | `flower` | `fortress` | `lego` | etc. replace `{DATASET}` with `trex` | `horns` | `flower` | `fortress` | `lego` | etc.
@ -98,7 +98,7 @@ replace `{DATASET}` with `trex` | `horns` | `flower` | `fortress` | `lego` | etc
To test NeRF trained on different datasets: To test NeRF trained on different datasets:
``` ```
python run_nerf.py --config configs/config_{DATASET}.txt --render_only python run_nerf.py --config configs/{DATASET}.txt --render_only
``` ```
replace `{DATASET}` with `trex` | `horns` | `flower` | `fortress` | `lego` | etc. replace `{DATASET}` with `trex` | `horns` | `flower` | `fortress` | `lego` | etc.