mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-01 19:17:41 +03:00
Adjust process name
This commit is contained in:
parent
34b142853d
commit
e5afee31aa
@ -195,7 +195,7 @@ class ObjectDetectProcess:
|
||||
if (self.detect_process is not None) and self.detect_process.is_alive():
|
||||
self.stop()
|
||||
self.detect_process = DetectorRunner(
|
||||
f"detector:{self.name}",
|
||||
f"frigate.detector:{self.name}",
|
||||
self.detection_queue,
|
||||
self.cameras,
|
||||
self.avg_inference_speed,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user