From 649045ea6092c0d63cb8e10079f26704dcee39e8 Mon Sep 17 00:00:00 2001 From: Yen-Chen Lin Date: Tue, 21 Apr 2020 09:20:37 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5493346..21e3f33 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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.