1
0
mirror of https://gitlab.com/MisterBiggs/grad.git synced 2025-06-16 14:56:40 +00:00

code working on linux

This commit is contained in:
Anson Biggs 2020-05-23 17:19:26 +00:00
parent 305ca556a1
commit 3dc24c10a6

View File

@ -17,7 +17,7 @@ l = 530
crop_coords = (l, t, r, b) crop_coords = (l, t, r, b)
frames_path = "../frames" frames_path = "../frames"
f_paths = glob.glob(frames_path + "/*jpg")[10000:10100] f_paths = glob.glob(frames_path + "/*jpg")
print("Frames loaded:", len(f_paths)) print("Frames loaded:", len(f_paths))
# Make dataframe with frame number as index and frame_path as a column # Make dataframe with frame number as index and frame_path as a column