mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-15 16:49:55 +00:00
add timing debugging, foot pedal and eval script
This commit is contained in:
committed by
Michel Aractingi
parent
01c1735739
commit
4744f99990
+3
-2
@@ -3,5 +3,6 @@ from huggingface_hub import HfApi, list_datasets
|
||||
api = HfApi()
|
||||
datasets = list_datasets(author="lerobot-data-collection")
|
||||
for dataset in datasets:
|
||||
if "test" in dataset.id:
|
||||
print("'" + dataset.id + "',", end=" ")
|
||||
if "two-folds-dataset" in dataset.id:
|
||||
print("'" + dataset.id + "',", end=" ")
|
||||
print("\n")
|
||||
Reference in New Issue
Block a user