Skip to content

Commit

Permalink
Update Quickstart instructions to remove '--dataset' (nerfstudio-proj…
Browse files Browse the repository at this point in the history
…ect#1222) (nerfstudio-project#1230)

Update quickstart instructions to remove '--dataset' (nerfstudio-project#1222)

Co-authored-by: Matthew Tancik <[email protected]>
  • Loading branch information
2 people authored and lucasthahn committed Jan 26, 2023
1 parent bdf650a commit 493235b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ The following will train a _nerfacto_ model, our recommended model for real worl

```bash
# Download some test data:
ns-download-data --dataset nerfstudio --capture-name=poster
ns-download-data nerfstudio --capture-name=poster
# Train model
ns-train nerfacto --data data/nerfstudio/poster
```
Expand Down

0 comments on commit 493235b

Please sign in to comment.