You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/configuration/object_detectors.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,9 @@ detectors:
144
144
145
145
#### SSDLite MobileNet v2
146
146
147
-
An OpenVINO model is provided in the container at `/openvino-model/ssdlite_mobilenet_v2.xml` and is used by this detector type by default. The model comes from Intel's Open Model Zoo [SSDLite MobileNet V2](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/ssdlite_mobilenet_v2) and is converted to an FP16 precision IR model. Use the model configuration shown below when using the OpenVINO detector with the default model.
147
+
An OpenVINO model is provided in the container at `/openvino-model/ssdlite_mobilenet_v2.xml` and is used by this detector type by default. The model comes from Intel's Open Model Zoo [SSDLite MobileNet V2](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/ssdlite_mobilenet_v2) and is converted to an FP16 precision IR model.
148
+
149
+
Use the model configuration shown below when using the OpenVINO detector with the default OpenVINO model:
148
150
149
151
```yaml
150
152
detectors:
@@ -254,6 +256,7 @@ yolov4x-mish-640
254
256
yolov7-tiny-288
255
257
yolov7-tiny-416
256
258
yolov7-640
259
+
yolov7-416
257
260
yolov7-320
258
261
yolov7x-640
259
262
yolov7x-320
@@ -282,6 +285,8 @@ The TensorRT detector can be selected by specifying `tensorrt` as the model type
282
285
283
286
The TensorRT detector uses `.trt` model files that are located in `/config/model_cache/tensorrt` by default. These model path and dimensions used will depend on which model you have generated.
284
287
288
+
Use the config below to work with generated TRT models:
0 commit comments