mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-07 02:18:07 +01:00
Face recognition improvements (#16034)
This commit is contained in:
committed by
Blake Blackshear
parent
c7c8575c9b
commit
3f99ff65ed
@@ -146,7 +146,7 @@ class BirdProcessor(RealTimeProcessorApi):
|
||||
if resp.status_code == 200:
|
||||
self.detected_birds[obj_data["id"]] = score
|
||||
|
||||
def handle_request(self, request_data):
|
||||
def handle_request(self, topic, request_data):
|
||||
return None
|
||||
|
||||
def expire_object(self, object_id):
|
||||
|
||||
Reference in New Issue
Block a user