From b1714803a3a6bb4a1b2c12aa80212646959b54fc Mon Sep 17 00:00:00 2001 From: Simon Alibert Date: Thu, 6 Jun 2024 08:39:52 +0000 Subject: [PATCH] Disable image_transform by default --- lerobot/configs/default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lerobot/configs/default.yaml b/lerobot/configs/default.yaml index b0eb6009..3c195c80 100644 --- a/lerobot/configs/default.yaml +++ b/lerobot/configs/default.yaml @@ -59,7 +59,7 @@ wandb: notes: "" image_transform: - enable: true + enable: false # Maximum number of transforms to apply max_num_transforms: 3 random_order: false