From ab61d12d421118d02e988279dba139ffe1786320 Mon Sep 17 00:00:00 2001 From: GaryHuang-ASUS Date: Tue, 23 Sep 2025 11:37:40 +0800 Subject: [PATCH] [Update] Update object detector document content --- docs/docs/configuration/object_detectors.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index 4f1e2a21b..9a1c51aeb 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -870,11 +870,10 @@ detectors: # required type: synaptics # required model: # required - path: /mobilenet.synap # required + path: /synaptics/mobilenet.synap # required width: 224 # required height: 224 # required - # Currently, the tensor format is statically specify in the detector. - tensor_format: nhwc # optional + tensor_format: nhwc # default value (optional. If you change the model, it is required) labelmap_path: /labelmap/coco-80.txt # required ```