LeRobotDataset v3.0 conversion#522
Open
k1000dai wants to merge 3 commits into
Open
Conversation
|
Preview: https://k1000dai.github.io/openarm See https://github.com/enactic/openarm/blob/main/website/README.md#pull-request-and-preview how to configure preview on fork. |
abetomo
reviewed
Jun 11, 2026
Co-authored-by: Abe Tomoaki <abe@enzou.tokyo>
Co-authored-by: Abe Tomoaki <abe@enzou.tokyo>
abetomo
approved these changes
Jun 12, 2026
kou
reviewed
Jun 12, 2026
| 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. |
Collaborator
There was a problem hiding this comment.
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. |
| 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 No newline at end of file |
Collaborator
There was a problem hiding this comment.
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We already have the Lerobot dataset v3.0 conversion.