Browse Source

Push des funktionierenden Codes

master
Jonathan Frei 4 months ago
parent
commit
6f811dd0ae
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      code/excel_processing.py

+ 1
- 2
code/excel_processing.py View File

@@ -39,9 +39,8 @@ def process_video_for_excel(selected_video_name):
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...")
lap_video = pyramids.build_video_pyramid(video_frames)

Loading…
Cancel
Save