[Update] Update object detector document content

This commit is contained in:
GaryHuang-ASUS 2025-09-23 11:37:40 +08:00
parent 0d562ffc5e
commit ab61d12d42

View File

@ -870,11 +870,10 @@ detectors: # required
type: synaptics # required type: synaptics # required
model: # required model: # required
path: /mobilenet.synap # required path: /synaptics/mobilenet.synap # required
width: 224 # required width: 224 # required
height: 224 # required height: 224 # required
# Currently, the tensor format is statically specify in the detector. tensor_format: nhwc # default value (optional. If you change the model, it is required)
tensor_format: nhwc # optional
labelmap_path: /labelmap/coco-80.txt # required labelmap_path: /labelmap/coco-80.txt # required
``` ```