mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-16 03:52:09 +03:00
Cleanup
This commit is contained in:
parent
161564b91a
commit
475cbe3a0f
@ -39,7 +39,7 @@ class CustomStateClassificationProcessor(RealTimeProcessorApi):
|
||||
metrics: DataProcessorMetrics,
|
||||
):
|
||||
super().__init__(config, metrics)
|
||||
|
||||
|
||||
self.model_config = model_config
|
||||
self.requestor = requestor
|
||||
self.model_dir = os.path.join(MODEL_CACHE_DIR, self.model_config.name)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user