From 5e8b3c0a9f0604143eba7cf3cea5fbc78780eb18 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 24 Sep 2025 09:26:21 -0600 Subject: [PATCH] Update apple silicon docs --- docs/docs/configuration/object_detectors.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index 90a304d1c..cbb1b4814 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -449,12 +449,13 @@ The YOLO detector has been designed to support YOLOv3, YOLOv4, YOLOv7, and YOLOv ::: -After placing the downloaded onnx model in your config folder, you can use the following configuration: +When Frigate is started with the following config it will connect to the detector client and transfer the model automatically: ```yaml detectors: - onnx: - type: onnx + apple-silicon: + type: zmq + endpoint: tcp://host.docker.internal:5555 model: model_type: yolo-generic