using frigate 0.13.2 with openvino, in a proxmox environment with passthrough for iGPU
i tried to implement your binaries but got the following error :
Cannot create Interpolate layer /model.10/Resize id:607 from unsupported opset: opset11
my config is :
detectors: ov: type: openvino device: AUTO model: path: /config/models/oiv7/yolov8n-oiv7_320x320_i8_openvino.xml model: width: 320 height: 320 input_tensor: nchw input_pixel_format: bgr model_type: yolov8 labelmap_path: /config/models/oiv7/labels-oiv7.txt
the config works usually well using the standard mobilenet models or even yolov8 form this collab :
https://colab.research.google.com/drive/1G05mESOhDdM1HpinKMJZWpI_jxNq_qIO?usp=sharing#scrollTo=Gbxqefew8-Ym
using frigate 0.13.2 with openvino, in a proxmox environment with passthrough for iGPU
i tried to implement your binaries but got the following error :
Cannot create Interpolate layer /model.10/Resize id:607 from unsupported opset: opset11
my config is :
detectors: ov: type: openvino device: AUTO model: path: /config/models/oiv7/yolov8n-oiv7_320x320_i8_openvino.xml model: width: 320 height: 320 input_tensor: nchw input_pixel_format: bgr model_type: yolov8 labelmap_path: /config/models/oiv7/labels-oiv7.txtthe config works usually well using the standard mobilenet models or even yolov8 form this collab :
https://colab.research.google.com/drive/1G05mESOhDdM1HpinKMJZWpI_jxNq_qIO?usp=sharing#scrollTo=Gbxqefew8-Ym