mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 06:23:42 +00:00
Cleanup
This commit is contained in:
parent
55dc2bd211
commit
4dd999dc74
@ -353,7 +353,6 @@ class CustomObjectClassificationProcessor(RealTimeProcessorApi):
|
||||
)
|
||||
|
||||
def handle_request(self, topic, request_data):
|
||||
logger.info(f"comparing with topic {topic} and the {request_data.get('model_name')} and the {self.model_config.name}")
|
||||
if topic == EmbeddingsRequestEnum.reload_classification_model.value:
|
||||
if request_data.get("model_name") == self.model_config.name:
|
||||
logger.info(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user