Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yenchenlin authored Apr 21, 2020
1 parent 356125d commit 649045e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ To play with other scenes presented in the paper, download the data [here](https
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.
Expand All @@ -98,7 +98,7 @@ replace `{DATASET}` with `trex` | `horns` | `flower` | `fortress` | `lego` | etc
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.
Expand Down

0 comments on commit 649045e

Please sign in to comment.