diff --git a/argocd/manifests/frigate/configmap.yaml b/argocd/manifests/frigate/configmap.yaml index fa20327..629f8ee 100644 --- a/argocd/manifests/frigate/configmap.yaml +++ b/argocd/manifests/frigate/configmap.yaml @@ -39,8 +39,17 @@ data: track: [person, car, dog, cat, bird] detectors: - cpu: - type: cpu + onnx: + type: onnx + + model: + model_type: yolonas + width: 320 + height: 320 + input_tensor: nchw + input_pixel_format: bgr + path: /media/frigate/models/yolo_nas_s.onnx + labelmap_path: /labelmap/coco-80.txt record: enabled: true