From 95873bcca2bd89496eff6be4486a53685c86b2dc Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 19 Feb 2026 13:34:13 -0800 Subject: [PATCH] Fix YOLO-NAS input dtype: use int (uint8) not float YOLO-NAS expects uint8 input tensors, not float32. Co-Authored-By: Claude Opus 4.6 --- argocd/manifests/frigate/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/manifests/frigate/configmap.yaml b/argocd/manifests/frigate/configmap.yaml index 42a57d4..8dd0aba 100644 --- a/argocd/manifests/frigate/configmap.yaml +++ b/argocd/manifests/frigate/configmap.yaml @@ -64,7 +64,7 @@ data: width: 320 height: 320 input_tensor: nchw - input_dtype: float + input_dtype: int path: /media/frigate/models/yolo_nas_s.onnx labelmap_path: /labelmap/coco-80.txt