Update documentation for config parameters

This commit is contained in:
Nate Meyer 2022-11-05 19:29:23 -04:00
parent a85468d243
commit 004ebc5f9b
2 changed files with 4 additions and 4 deletions

View File

@ -133,8 +133,8 @@ model:
path: /openvino-model/ssdlite_mobilenet_v2.xml path: /openvino-model/ssdlite_mobilenet_v2.xml
width: 300 width: 300
height: 300 height: 300
input_tensor: [B, H, W, C] input_tensor: nhwc
input_pixel_format: "bgr" input_pixel_format: bgr
labelmap_path: /openvino-model/coco_91cl_bkgr.txt labelmap_path: /openvino-model/coco_91cl_bkgr.txt
``` ```

View File

@ -104,7 +104,7 @@ model:
input_pixel_format: rgb input_pixel_format: rgb
# Optional: Object detection model input tensor format # Optional: Object detection model input tensor format
# Valid values are nhwc or nchw (default: shown below) # 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. # Optional: Label name modifications. These are merged into the standard labelmap.
labelmap: labelmap:
2: vehicle 2: vehicle