mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-19 18:49:52 +00:00
cam res
This commit is contained in:
+5
-3
@@ -2,7 +2,9 @@ from huggingface_hub import HfApi, list_datasets
|
||||
|
||||
api = HfApi()
|
||||
datasets = list_datasets(author="lerobot-data-collection")
|
||||
print('"[', end="")
|
||||
i=0
|
||||
for dataset in datasets:
|
||||
if "two-folds-dataset" in dataset.id:
|
||||
print("'" + dataset.id + "',", end=" ")
|
||||
print("\n")
|
||||
if "three-folds-dataset" in dataset.id:
|
||||
print("'" + dataset.id + "',", end="")
|
||||
print(']"',)
|
||||
|
||||
Reference in New Issue
Block a user