diff --git a/docs/docs/configuration/detectors.md b/docs/docs/configuration/detectors.md index 45951ac60..268502f3e 100644 --- a/docs/docs/configuration/detectors.md +++ b/docs/docs/configuration/detectors.md @@ -122,7 +122,7 @@ device_cgroup_rules: - 'c 189:* rmw' volumes: - /dev/bus/usb:/dev/bus/usb -``` +``` ### OpenVINO Models @@ -133,8 +133,8 @@ model: path: /openvino-model/ssdlite_mobilenet_v2.xml width: 300 height: 300 - input_tensor: [B, H, W, C] - input_pixel_format: "bgr" + input_tensor: nhwc + input_pixel_format: bgr labelmap_path: /openvino-model/coco_91cl_bkgr.txt ``` diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index f721a5d03..501f198f6 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -104,7 +104,7 @@ model: input_pixel_format: rgb # Optional: Object detection model input tensor format # Valid values are nhwc or nchw (default: shown below) - input_tensor: "nhwc" + input_tensor: nhwc # Optional: Label name modifications. These are merged into the standard labelmap. labelmap: 2: vehicle