mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
Update apple silicon docs (#20204)
This commit is contained in:
parent
90db2d57b3
commit
b23355da53
@ -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
|
```yaml
|
||||||
detectors:
|
detectors:
|
||||||
onnx:
|
apple-silicon:
|
||||||
type: onnx
|
type: zmq
|
||||||
|
endpoint: tcp://host.docker.internal:5555
|
||||||
|
|
||||||
model:
|
model:
|
||||||
model_type: yolo-generic
|
model_type: yolo-generic
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user