Skip to content
Discussion options

You must be logged in to vote

The OpenVINO model is included in Frigate 0.16.1. The default model path is /openvino-model/ssdlite_mobilenet_v2.xml (note the correct spelling: ssdlite not "ssdlist")(1).

Your configuration has a typo in the model path. Change this line:

path: /openvino-model/ssdlist_mobilenet_v2.xml

to:

path: /openvino-model/ssdlite_mobilenet_v2.xml

(1)

The correct OpenVINO detector configuration for the default model is:

detectors:
  ov:
    type: openvino
    device: GPU

model:
  width: 300
  height: 300
  input_tensor: nhwc
  input_pixel_format: bgr
  path: /openvino-model/ssdlite_mobilenet_v2.xml
  labelmap_path: /openvino-model/coco_91cl_bkgr.txt

(1)

This default OpenVINO model (SSDLite MobileNet…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by unrealxqt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant