update readme
This commit is contained in:
parent
7f8237b6f1
commit
28164d648c
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
## Testing (Use all available GPUs by default)
|
||||||
```python
|
```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
|
||||||
```
|
```
|
Loading…
Reference in a new issue