Browse Source

Dateien hochladen nach „code“

master
Jonathan Frei 10 months ago
parent
commit
0a0b013f84
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      code/processing.py

+ 1
- 1
code/processing.py View File



# Preprocessing phase # Preprocessing phase
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)


# Build Laplacian video pyramid # Build Laplacian video pyramid
print("Building Laplacian video pyramid...") print("Building Laplacian video pyramid...")

Loading…
Cancel
Save