Merge pull request #5 from haddyadnan/stream_raw_img

perform facial analysis on raw img
This commit is contained in:
haddyadnan 2025-04-12 23:31:12 +04:00 committed by GitHub
commit 0ff6184fe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,