mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-02 03:27: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():
|
if (self.detect_process is not None) and self.detect_process.is_alive():
|
||||||
self.stop()
|
self.stop()
|
||||||
self.detect_process = DetectorRunner(
|
self.detect_process = DetectorRunner(
|
||||||
f"detector:{self.name}",
|
f"frigate.detector:{self.name}",
|
||||||
self.detection_queue,
|
self.detection_queue,
|
||||||
self.cameras,
|
self.cameras,
|
||||||
self.avg_inference_speed,
|
self.avg_inference_speed,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user