ca_imaging_funhouse/0_convert_avi_to_npy.py

8 lines
167 B
Python
Raw Normal View History

2023-07-12 14:02:35 +02:00
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)