From 23b32cbacfe65d37461cf0591fc87a1e2208757d Mon Sep 17 00:00:00 2001 From: Jack <5182053+phyzical@users.noreply.github.com> Date: Wed, 30 Jul 2025 21:08:44 +0800 Subject: [PATCH] Update object_detectors.md (#19328) Minor documentation clarity --- docs/docs/configuration/object_detectors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index c12853e01..281182752 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -777,8 +777,8 @@ model: labelmap_path: /labelmap/coco-80.txt input_tensor: nchw input_pixel_format: rgb - width: 320 - height: 320 + width: 320 # MUST match the chosen model i.e yolov7-320 -> 320, yolov4-416 -> 416 + height: 320 # MUST match the chosen model i.e yolov7-320 -> 320 yolov4-416 -> 416 ``` ## Rockchip platform