Update lerobot/scripts/push_dataset_to_hub.py

Co-authored-by: Remi <re.cadene@gmail.com>
This commit is contained in:
Thomas Wolf 2024-05-29 15:30:39 +02:00 committed by GitHub
parent efd3357124
commit b670d3c43e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ def main():
"--output-data-dir",
type=Path,
required=True,
help="Root directory containing output dataset (e.g. `data` or `tmp/data` or `/tmp/lerobot/data`).",
help="Root directory containing output dataset (e.g. `data/lerobot/aloha_mobile_chair` or `data/lerobot/pusht`).",
)
parser.add_argument(
"--dataset-id",