From 004ebc5f9b47722fe24efc87a542ec7dc8b0c9c4 Mon Sep 17 00:00:00 2001 From: Nate Meyer Date: Sat, 5 Nov 2022 19:29:23 -0400 Subject: [PATCH] Update documentation for config parameters --- docs/docs/configuration/detectors.md | 6 +++--- docs/docs/configuration/index.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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