Skip to content

Commit

Permalink
Update Quickstart instructions to remove '--dataset' (#1222) (#1230)
Browse files Browse the repository at this point in the history
Update quickstart instructions to remove '--dataset' (#1222)

Co-authored-by: Matthew Tancik <[email protected]>
  • Loading branch information
Mason-McGough and tancik authored Jan 16, 2023
1 parent e575f12 commit f0b4f5b
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 f0b4f5b

Please sign in to comment.