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:
parent
4b12e7f7fa
commit
95873bcca2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue