Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions website/docs/tutorial/data-collection.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ output_path/
│ │ | └── ...
```

We are planning to support the conversion to LeRobot Dataset v3.0 format in the future, but for now, we only support the conversion to LeRobot Dataset v2.1 format.
If you want to convert to the LeRobot Dataset v3.0 format please check the article below:
[LeRobot Dataset v3.0 format conversion](https://huggingface.co/docs/lerobot/porting_datasets_v3#migrating-from-dataset-v21)
Also, you can convert to the LeRobot dataset v3.0 format by changing the `--format` argument to `lerobot_v3.0`. The v3.0 format is the latest version of the LeRobot dataset format, which has some changes in the file structure and metadata format. Please refer to the [LeRobot dataset documentation](https://huggingface.co/docs/lerobot/lerobot-dataset-v3) for more details on the dataset format.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Also, you can convert to the LeRobot dataset v3.0 format by changing the `--format` argument to `lerobot_v3.0`. The v3.0 format is the latest version of the LeRobot dataset format, which has some changes in the file structure and metadata format. Please refer to the [LeRobot dataset documentation](https://huggingface.co/docs/lerobot/lerobot-dataset-v3) for more details on the dataset format.
Also, you can convert to the LeRobotDataset v3.0 format by changing the `--format` argument to `lerobot_v3.0`. The v3.0 format is the latest version of the LeRobotDataset format, which has some changes in the file structure and metadata format. Please refer to the [LeRobotDataset v3.0 documentation](https://huggingface.co/docs/lerobot/lerobot-dataset-v3) for more details on the dataset format.


```bash
uv run openarm-dataset-convert path/to/collected_dataset_path path/to/output_path --format lerobot_v3.0
```

Please check LeRobot document for v3.0 format. https://huggingface.co/docs/lerobot/lerobot-dataset-v3

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may want to remove this sentence because the previous paragraph has a similar sentence.

Suggested change
Please check LeRobot document for v3.0 format. https://huggingface.co/docs/lerobot/lerobot-dataset-v3
Please check LeRobotDocument for v3.0 format. https://huggingface.co/docs/lerobot/lerobot-dataset-v3