Spaces:
Sleeping
Sleeping
roychao19477
commited on
Commit
·
9b36609
1
Parent(s):
12fb517
Fix
Browse files
app.py
CHANGED
@@ -164,6 +164,7 @@ def extract_faces(video_file):
|
|
164 |
#fps = cap.get(cv2.CAP_PROP_FPS)
|
165 |
video_file = maybe_downsample(video_file)
|
166 |
cap = cv2.VideoCapture(video_file)
|
|
|
167 |
frames = []
|
168 |
|
169 |
while True:
|
|
|
164 |
#fps = cap.get(cv2.CAP_PROP_FPS)
|
165 |
video_file = maybe_downsample(video_file)
|
166 |
cap = cv2.VideoCapture(video_file)
|
167 |
+
fps = cap.get(cv2.CAP_PROP_FPS)
|
168 |
frames = []
|
169 |
|
170 |
while True:
|