From 74c89beaf99ae4b3bcf0b26f4823c9a6ce71f762 Mon Sep 17 00:00:00 2001 From: GuoQing Liu <842607283@qq.com> Date: Sat, 21 Mar 2026 19:07:31 +0800 Subject: [PATCH] docs: fix axear model config (#22560) 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 7edf9a5b1..c6be2bf92 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 ```