From e4ddd0f66597945b106e1b7661b65d50b0d25675 Mon Sep 17 00:00:00 2001 From: Jack <5182053+phyzical@users.noreply.github.com> Date: Wed, 30 Jul 2025 20:54:03 +0800 Subject: [PATCH] Update object_detectors.md 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