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 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-19 13:34:13 -08:00
commit 95873bcca2

View file

@ -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