mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-06 05:27: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
|
# get blur factor before aligning face
|
||||||
blur_factor = self.__get_blur_factor(img)
|
blur_factor = self.__get_blur_factor(img)
|
||||||
|
logger.debug(f"face detected with bluriness {blur_factor}")
|
||||||
|
|
||||||
# align face and run recognition
|
# align face and run recognition
|
||||||
img = self.__align_face(img, img.shape[1], img.shape[0])
|
img = self.__align_face(img, img.shape[1], img.shape[0])
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user