From 28164d648cc5c0a1ad8312bf9263ec8d987aa3b2 Mon Sep 17 00:00:00 2001 From: Kai-46 Date: Mon, 12 Oct 2020 12:03:32 -0400 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f41524a..71c5158 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,6 @@ python ddp_train_nerf.py --config configs/tanks_and_temples/tat_training_truck.t ## Testing (Use all available GPUs by default) ```python -python ddp_test_nerf.py --config configs/tanks_and_temples/tat_training_truck.txt --render_splits test,camera_path +python ddp_test_nerf.py --config configs/tanks_and_temples/tat_training_truck.txt \ + --render_splits test,camera_path ``` \ No newline at end of file