mirror of
https://github.com/serengil/deepface.git
synced 2025-06-02 09:30:06 +00:00
Fix AttributeError in streaming
This commit is contained in:
parent
774012ab88
commit
c4a87f5b5c
@ -110,11 +110,11 @@ def analysis(
|
||||
|
||||
while True:
|
||||
has_frame, img = cap.read()
|
||||
raw_img = img.copy()
|
||||
|
||||
if not has_frame:
|
||||
break
|
||||
|
||||
raw_img = img.copy()
|
||||
|
||||
faces_coordinates = []
|
||||
|
||||
if not freeze:
|
||||
|
Loading…
x
Reference in New Issue
Block a user