add timing debugging, foot pedal and eval script

This commit is contained in:
croissant
2025-11-05 09:06:14 +01:00
committed by Michel Aractingi
parent 01c1735739
commit 4744f99990
7 changed files with 950 additions and 330 deletions
+3 -2
View File
@@ -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")