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

@ -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
```

View File

@ -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