don't set input_dtype: float for yolov9 (rknn)

This commit is contained in:
Marc Altmann 2025-07-17 20:57:50 +02:00 committed by GitHub
parent 82807fa965
commit e1ba390f62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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