mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-16 09:09:48 +00:00
cam res
This commit is contained in:
committed by
Michel Aractingi
parent
40e98ba690
commit
9b04fd25b6
+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