RKNN: Fix broken models for Toolkit v2.3.2 (#19189)

* update models

* don't set input_dtype: float for yolov9 (rknn)
This commit is contained in:
Marc Altmann
2025-07-18 14:26:41 +02:00
committed by GitHub
parent 1763dba9c2
commit 60923ac1e3
2 changed files with 2 additions and 19 deletions

View File

@@ -894,7 +894,6 @@ model: # required
width: 320
height: 320
input_tensor: nhwc
input_dtype: float
labelmap_path: /labelmap/coco-80.txt
```