Adjust process name

This commit is contained in:
Nicolas Mowen 2025-06-13 09:52:56 -06:00
parent 34b142853d
commit e5afee31aa

View File

@ -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,