[HW Accel Support]: Proxmox->debianlxc ->frigate, no intel iGpu support #12586
-
Describe the problem you are havingi'm running proxmox 8.2.2 with 6.8.4-2-pve kernel
i tried vainfo but the command was unavailable, so i installed it with apt install vainfo
same inside the frigate container lspci | grep -i vga gives using AUTO in frigate under openvino still crashes with what am i missing here? Versionghcr.io/blakeblackshear/frigate:0.14.0-beta4 Frigate config file- docker-compose file or Docker CLI command- Relevant log output2024-07-24 09:37:52.691558999 Process detector:ov:
2024-07-24 09:37:52.701351029 Traceback (most recent call last):
2024-07-24 09:37:52.701353825 File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
2024-07-24 09:37:52.701354742 self.run()
2024-07-24 09:37:52.701355723 File "/usr/lib/python3.9/multiprocessing/process.py", line 108, in run
2024-07-24 09:37:52.701356618 self._target(*self._args, **self._kwargs)
2024-07-24 09:37:52.701357531 File "/opt/frigate/frigate/object_detection.py", line 102, in run_detector
2024-07-24 09:37:52.701360625 object_detector = LocalObjectDetector(detector_config=detector_config)
2024-07-24 09:37:52.701369113 File "/opt/frigate/frigate/object_detection.py", line 53, in __init__
2024-07-24 09:37:52.701370152 self.detect_api = create_detector(detector_config)
2024-07-24 09:37:52.701371022 File "/opt/frigate/frigate/detectors/__init__.py", line 18, in create_detector
2024-07-24 09:37:52.701380899 return api(detector_config)
2024-07-24 09:37:52.701381847 File "/opt/frigate/frigate/detectors/plugins/openvino.py", line 43, in __init__
2024-07-24 09:37:52.701382770 self.interpreter = self.ov_core.compile_model(
2024-07-24 09:37:52.701383697 File "/usr/local/lib/python3.9/dist-packages/openvino/runtime/ie_api.py", line 521, in compile_model
2024-07-24 09:37:52.701390530 super().compile_model(model, device_name, {} if config is None else config),
2024-07-24 09:37:52.701391431 RuntimeError: Exception from src/inference/src/cpp/core.cpp:123:
2024-07-24 09:37:52.701392310 Exception from src/inference/src/dev/plugin.cpp:59:
2024-07-24 09:37:52.701393187 Check 'contexts.count(device_id)' failed at src/plugins/intel_gpu/src/plugin/plugin.cpp:204:
2024-07-24 09:37:52.701394072 [GPU] Context was not initialized for 0 device
2024-07-24 09:37:52.701394746 FFprobe output from your camera- Operating systemProxmox Install methodDocker CLI Network connectionWired Camera make and modelAny other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You have had the same issue as all others with intel iGPUs since 0.14. It will be fine at 0.13. It seems the maintainers don't use intel IGPUs and updated OPENVINO anyway, so there is a mismatch between versions. People are solving it by installing the latest runtime inside the container. You can check #12266 . |
Beta Was this translation helpful? Give feedback.
You have had the same issue as all others with intel iGPUs since 0.14. It will be fine at 0.13. It seems the maintainers don't use intel IGPUs and updated OPENVINO anyway, so there is a mismatch between versions. People are solving it by installing the latest runtime inside the container. You can check #12266 .