docs: fix axear model config

Updated input data types and pixel format for object detector configuration.
This commit is contained in:
GuoQing Liu
2026-03-21 18:22:46 +08:00
committed by GitHub
parent 6d2b84e202
commit fa50598535
+2 -1
View File
@@ -1514,7 +1514,8 @@ model:
model_type: yolo-generic
width: 320
height: 320
tensor_format: bgr
input_dtype: int
input_pixel_format: bgr
labelmap_path: /labelmap/coco-80.txt
```