Update README.md

This commit is contained in:
Yen-Chen Lin 2020-04-17 22:51:05 -04:00 committed by GitHub
parent 8fd7c0c37d
commit 35a2e719d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ bash download_example_data.sh
To train a low-res `lego` NeRF: To train a low-res `lego` NeRF:
``` ```
python run_nerf.py --config configs/config_lego.txt python run_nerf.py --config configs/lego.txt
``` ```
After training for 100k iterations (~4 hours on a single 2080 Ti), you can find the following video at `logs/lego_test/lego_test_spiral_100000_rgb.mp4`. After training for 100k iterations (~4 hours on a single 2080 Ti), you can find the following video at `logs/lego_test/lego_test_spiral_100000_rgb.mp4`.
@ -57,7 +57,7 @@ After training for 100k iterations (~4 hours on a single 2080 Ti), you can find
To train a low-res `fern` NeRF: To train a low-res `fern` NeRF:
``` ```
python run_nerf.py --config configs/config_fern.txt python run_nerf.py --config configs/fern.txt
``` ```
After training for 200k iterations (~8 hours on a single 2080 Ti), you can find the following video at `logs/fern_test/fern_test_spiral_200000_rgb.mp4` and `logs/fern_test/fern_test_spiral_200000_disp.mp4` After training for 200k iterations (~8 hours on a single 2080 Ti), you can find the following video at `logs/fern_test/fern_test_spiral_200000_rgb.mp4` and `logs/fern_test/fern_test_spiral_200000_disp.mp4`