From 1b96e87cdd6dcd1397c842cb3234b0df052f1f61 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 13 Jul 2023 11:05:40 +0200 Subject: [PATCH] Delete 0_convert_avi_to_npy.py --- 0_convert_avi_to_npy.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 0_convert_avi_to_npy.py diff --git a/0_convert_avi_to_npy.py b/0_convert_avi_to_npy.py deleted file mode 100644 index a9b32ec..0000000 --- a/0_convert_avi_to_npy.py +++ /dev/null @@ -1,7 +0,0 @@ -from svd import convert_avi_to_npy - - -if __name__ == "__main__": - # Convert from avi to npy - filename: str = "example_data_crop" - convert_avi_to_npy(filename)