mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
Add debug log
This commit is contained in:
parent
962ddf2a42
commit
d28bcc452d
@ -253,6 +253,7 @@ class FaceRealTimeProcessor(RealTimeProcessorApi):
|
||||
|
||||
# get blur factor before aligning face
|
||||
blur_factor = self.__get_blur_factor(img)
|
||||
logger.debug(f"face detected with bluriness {blur_factor}")
|
||||
|
||||
# align face and run recognition
|
||||
img = self.__align_face(img, img.shape[1], img.shape[0])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user