mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-19 01:17:06 +03:00
Check both
This commit is contained in:
parent
dc216660c3
commit
08f283723b
@ -215,7 +215,7 @@ class FaceProcessor(RealTimeProcessorApi):
|
||||
if not self.landmark_detector:
|
||||
return None
|
||||
|
||||
if not self.recognizer:
|
||||
if not self.label_map or not self.recognizer:
|
||||
self.__build_classifier()
|
||||
|
||||
if not self.recognizer:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user