mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-01 19:17:41 +03:00
Use keys
This commit is contained in:
parent
ee15ee5867
commit
74fe47f248
@ -89,7 +89,7 @@ class FrigateApp:
|
|||||||
self.log_queue: Queue = mp.Queue()
|
self.log_queue: Queue = mp.Queue()
|
||||||
self.camera_metrics: dict[str, CameraMetrics] = {}
|
self.camera_metrics: dict[str, CameraMetrics] = {}
|
||||||
self.embeddings_metrics: DataProcessorMetrics | None = (
|
self.embeddings_metrics: DataProcessorMetrics | None = (
|
||||||
DataProcessorMetrics(config.classification.custom)
|
DataProcessorMetrics(config.classification.custom.keys())
|
||||||
if (
|
if (
|
||||||
config.semantic_search.enabled
|
config.semantic_search.enabled
|
||||||
or config.lpr.enabled
|
or config.lpr.enabled
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user