mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
Merge pull request #5 from haddyadnan/stream_raw_img
perform facial analysis on raw img
This commit is contained in:
commit
0ff6184fe6
@ -150,7 +150,7 @@ def analysis(
|
|||||||
)
|
)
|
||||||
# facial recogntion analysis
|
# facial recogntion analysis
|
||||||
img = perform_facial_recognition(
|
img = perform_facial_recognition(
|
||||||
img=img,
|
img=raw_img,
|
||||||
faces_coordinates=faces_coordinates,
|
faces_coordinates=faces_coordinates,
|
||||||
detected_faces=detected_faces,
|
detected_faces=detected_faces,
|
||||||
db_path=db_path,
|
db_path=db_path,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user