Frigate met Openvino object recognition

Frigate does support Openvino object recognition on Intel hardware including internal GPU's. To use it you need the following in your frigate.yaml: detectors: ov_0: type: openvino device: GPU model: width: 300 height: 300 input_tensor: nhwc input_pixel_format: bgr path: /openvino-model/ssdlite_mobilenet_v2.xml

The model in use will of course be updated in the future so check Frigate's documentation for most recent information.