mirror of
https://github.com/serengil/deepface.git
synced 2025-06-05 19:15:23 +00:00
perform facial analysis on raw img
This commit is contained in:
parent
cb1bf9c750
commit
ab81104ba1
@ -150,7 +150,7 @@ def analysis(
|
||||
)
|
||||
# facial recogntion analysis
|
||||
img = perform_facial_recognition(
|
||||
img=img,
|
||||
img=raw_img,
|
||||
faces_coordinates=faces_coordinates,
|
||||
detected_faces=detected_faces,
|
||||
db_path=db_path,
|
||||
|
Loading…
x
Reference in New Issue
Block a user