From 0a0b013f84b7b8e7f66918df5e9e0ff0b0cf6b15 Mon Sep 17 00:00:00 2001 From: Jonathan Frei Date: Sat, 13 Jan 2024 14:09:10 +0000 Subject: [PATCH] =?UTF-8?q?Dateien=20hochladen=20nach=20=E2=80=9Ecode?= =?UTF-8?q?=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/processing.py b/code/processing.py index 7f68858..1015a0f 100644 --- a/code/processing.py +++ b/code/processing.py @@ -36,7 +36,7 @@ def process_video(selected_video_name): # Preprocessing phase 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) # Build Laplacian video pyramid print("Building Laplacian video pyramid...")