[Detector Support]: OpenVino crash when using GPU #13388
Unanswered
jjak0b
asked this question in
Detector Support
Replies: 3 comments 14 replies
|
So what can we do about this? I'm on Pentium J5005 and having same problem with GPU on OpenVino and frigate 14.1 |
6 replies
|
Hi, I'm running Frigate 0.15-beta2 on an Intel J4125 as an add-on to Home Assistant OS with frigate config: detectors:
ov_0:
type: openvino
device: GPU
model:
path: /openvino-model/ssdlite_mobilenet_v2.xmlI get this in the logs too: I've found it discussed here and here on the intel boards, discussing Frigate. The suggestions are:
Can these be tried? FYI - @NickM-27 |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Describe the problem you are having
I have a Proxmox 8.2.4 installation running on an Intel N3350 CPUì and a LXC unprivileged Debian 12 container running Dcoker which runs a Frigate Container.
The issue is that OpenVino with GPU detection crash the Frigate container but if i set CPU in detector type won't crash.
Hardware acceleration works and is detected using
intel_gpu_topin proxmox host. (drivers are already installed)The Frigate configuration i provide in this issue is about a UVC camera passed to Frigate with USB passthrough, but the same issue happens also using an IP Camera.
--
Proxmox 8.2.4 with kernel 6.8.12-1-pve
Docker installed in LXC: 27.1.1
Version
0.14.0
Frigate config file
docker-compose file or Docker CLI command
Relevant Frigate log output
Relevant go2rtc log output
Operating system
Proxmox
Install method
Docker CLI
Object Detector
OpenVino
Screenshots of the Frigate UI's System metrics pages
N/A
Any other information that may be helpful
Proxmox unprivileged container lxc.conf
All reactions