Skip to content
Closed
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
2 changes: 1 addition & 1 deletion examples/droid/convert_droid_data_to_lerobot.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
If you want to push your dataset to the Hugging Face Hub, you can use the following command:
uv run examples/droid/convert_droid_data_to_lerobot.py --data_dir /path/to/your/data --push_to_hub

The resulting dataset will get saved to the $LEROBOT_HOME directory.
The resulting dataset will get saved to the $HF_LEROBOT_HOME directory.
"""

from collections import defaultdict
Expand Down