Spaces:
Running
Running
thugCodeNinja
commited on
Commit
•
fae9219
1
Parent(s):
5b7a525
Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,7 @@ class DetectionPipeline:
|
|
30 |
|
31 |
faces = []
|
32 |
frames = []
|
|
|
33 |
for j in range(v_len):
|
34 |
success = v_cap.grab()
|
35 |
if j in sample:
|
|
|
30 |
|
31 |
faces = []
|
32 |
frames = []
|
33 |
+
face2=None
|
34 |
for j in range(v_len):
|
35 |
success = v_cap.grab()
|
36 |
if j in sample:
|