We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c623329 commit a536a64Copy full SHA for a536a64
1 file changed
README.md
@@ -92,7 +92,7 @@ python render.py --source_path dataset/nerf_llff_data/horns/ --model_path outp
92
You can just run the following script to evaluate the model.
93
94
```
95
-python metrics.py --model_path "output/horns"
+python metrics.py --source_path dataset/nerf_llff_data/horns/ --model_path output/horns --iteration 10000
96
97
98
## Acknowledgement
0 commit comments