Update object_detectors.md (#19328)

Minor documentation clarity
This commit is contained in:
Jack 2025-07-30 21:08:44 +08:00 committed by GitHub
parent 92a0dad2c2
commit 23b32cbacf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -777,8 +777,8 @@ model:
labelmap_path: /labelmap/coco-80.txt labelmap_path: /labelmap/coco-80.txt
input_tensor: nchw input_tensor: nchw
input_pixel_format: rgb input_pixel_format: rgb
width: 320 width: 320 # MUST match the chosen model i.e yolov7-320 -> 320, yolov4-416 -> 416
height: 320 height: 320 # MUST match the chosen model i.e yolov7-320 -> 320 yolov4-416 -> 416
``` ```
## Rockchip platform ## Rockchip platform