print("Reading + preprocessing video...") | print("Reading + preprocessing video...") | ||||
video_frames, frame_ct, fps = facedetection.read_video("videos/"+selected_video_name) | |||||
video_frames, frame_ct, fps = facedetection.read_video("code/videos/"+selected_video_name) | |||||
print(len(video_frames)) | |||||
print("Building Laplacian video pyramid...") | print("Building Laplacian video pyramid...") | ||||
lap_video = pyramids.build_video_pyramid(video_frames) | lap_video = pyramids.build_video_pyramid(video_frames) |