From 55db89d0c57bcca6f6a22e9ef6a956ca0939c5a6 Mon Sep 17 00:00:00 2001 From: Brent Yi Date: Wed, 23 Nov 2022 08:51:31 -0800 Subject: [PATCH] (minor) `--trainer.load_dir` => `--trainer.load-dir` in docs (#1010) `--trainer.load_dir` => `--trainer.load-dir` in docs --- README.md | 2 +- docs/quickstart/first_nerf.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b79a7c5bb7..114568e10c 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ Navigating to the link at the end of the terminal will load the webviewer. If yo It is possible to load a pretrained model by running ```bash -ns-train nerfacto --data data/nerfstudio/poster --trainer.load_dir {outputs/.../nerfstudio_models} +ns-train nerfacto --data data/nerfstudio/poster --trainer.load-dir {outputs/.../nerfstudio_models} ``` This will automatically start training. If you do not want it to train, add `--viewer.start-train False` to your training command. diff --git a/docs/quickstart/first_nerf.md b/docs/quickstart/first_nerf.md index 183424c422..bb9ca8b3e7 100644 --- a/docs/quickstart/first_nerf.md +++ b/docs/quickstart/first_nerf.md @@ -35,7 +35,7 @@ Navigating to the link at the end of the terminal will load the webviewer. If yo It is possible to load a pretrained model by running ```bash -ns-train nerfacto --data data/nerfstudio/poster --trainer.load_dir {outputs/.../nerfstudio_models} +ns-train nerfacto --data data/nerfstudio/poster --trainer.load-dir {outputs/.../nerfstudio_models} ``` This will automatically start training. If you do not want it to train, add `--viewer.start-train False` to your training command.