forked from tangger/lerobot
fix(docs): update example flags for lerobot-dataset-viz (#2238)
Co-authored-by: Yingjie Wei <yingjie.wei@cern.ch> Co-authored-by: DWarez <ldwarezl@gmail.com>
This commit is contained in:
@@ -207,13 +207,13 @@ lerobot-dataset-viz \
|
|||||||
--episode-index 0
|
--episode-index 0
|
||||||
```
|
```
|
||||||
|
|
||||||
or from a dataset in a local folder with the `root` option and the `--local-files-only` (in the following case the dataset will be searched for in `./my_local_data_dir/lerobot/pusht`)
|
or from a dataset in a local folder with the `root` option and the `--mode local` (in the following case the dataset will be searched for in `./my_local_data_dir/lerobot/pusht`)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
lerobot-dataset-viz \
|
lerobot-dataset-viz \
|
||||||
--repo-id lerobot/pusht \
|
--repo-id lerobot/pusht \
|
||||||
--root ./my_local_data_dir \
|
--root ./my_local_data_dir \
|
||||||
--local-files-only 1 \
|
--mode local \
|
||||||
--episode-index 0
|
--episode-index 0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user