Unverified Commit 649045ea by Yen-Chen Lin Committed by GitHub

Update README.md

parent 356125d3
...@@ -88,7 +88,7 @@ To play with other scenes presented in the paper, download the data [here](https ...@@ -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 ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment