docs: fix axear model config (#22560)

Updated input data types and pixel format for object detector configuration.
This commit is contained in:
GuoQing Liu 2026-03-21 19:07:31 +08:00 committed by GitHub
parent 6d2b84e202
commit 74c89beaf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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