Delete 0_convert_avi_to_npy.py

This commit is contained in:
David Rotermund 2023-07-13 11:05:40 +02:00 committed by GitHub
parent d72b12ebdb
commit 1b96e87cdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)