From fa50598535260502c3c7c776a25a357eacc4f332 Mon Sep 17 00:00:00 2001 From: GuoQing Liu <842607283@qq.com> Date: Sat, 21 Mar 2026 18:22:46 +0800 Subject: [PATCH] docs: fix axear model config Updated input data types and pixel format for object detector configuration. --- docs/docs/configuration/object_detectors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index 7edf9a5b10..c6be2bf92e 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -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 ```