From 644e77e413be16e61f489dae75392b2636756846 Mon Sep 17 00:00:00 2001 From: Marina Barannikov Date: Wed, 5 Jun 2024 13:35:41 +0000 Subject: [PATCH] Renamed scripts --- .../{6_show_image_transforms.py => 6_add_image_transforms.py} | 0 .../{show_image_transforms.py => visualize_image_transforms.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename examples/{6_show_image_transforms.py => 6_add_image_transforms.py} (100%) rename lerobot/scripts/{show_image_transforms.py => visualize_image_transforms.py} (100%) diff --git a/examples/6_show_image_transforms.py b/examples/6_add_image_transforms.py similarity index 100% rename from examples/6_show_image_transforms.py rename to examples/6_add_image_transforms.py diff --git a/lerobot/scripts/show_image_transforms.py b/lerobot/scripts/visualize_image_transforms.py similarity index 100% rename from lerobot/scripts/show_image_transforms.py rename to lerobot/scripts/visualize_image_transforms.py