Skip to content

Commit 792c5fa

Browse files
authored
Add an example on how to customize dataparser with ns-train (#3385)
1 parent 02d45c1 commit 792c5fa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/reference/cli/ns_train.md

+8
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,11 @@ By default the nerfstudio dataparser is used. If you would like to use a differe
2929
```bash
3030
ns-train {method} {dataparser} --help
3131
```
32+
33+
For example, if you want to specify the `eval_mode` of the nerfstudio dataparser to be `filename` when training your `splatfacto` model via the `ns-train` cli, you can do
34+
35+
```
36+
ns-train splatfacto [method args] nerfstudio-data --eval-mode filename
37+
```
38+
39+
Notice that the custom dataparser and its arguments are passed after specifying the training method and its arguments.

0 commit comments

Comments
 (0)