From 4b12e7f7fa636774490e588dca29fb2a11f2430e Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 19 Feb 2026 13:31:35 -0800 Subject: [PATCH] Use YOLO-NAS model for TensorRT-compatible ONNX inference The YOLOv9m model fails with CUDA graph capture on the tensorrt image. Try YOLO-NAS-S which has a different architecture that may be fully partitionable to the CUDA execution provider. Co-Authored-By: Claude Opus 4.6 --- argocd/manifests/frigate/configmap.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/argocd/manifests/frigate/configmap.yaml b/argocd/manifests/frigate/configmap.yaml index b0d83ea..42a57d4 100644 --- a/argocd/manifests/frigate/configmap.yaml +++ b/argocd/manifests/frigate/configmap.yaml @@ -59,6 +59,15 @@ data: onnx: type: onnx + model: + model_type: yolonas + width: 320 + height: 320 + input_tensor: nchw + input_dtype: float + path: /media/frigate/models/yolo_nas_s.onnx + labelmap_path: /labelmap/coco-80.txt + record: enabled: true continuous: