Which Object detector or optimize the config with Intel® Core™ i5-10500T CPU @ 2.30GHz with Intel Corporation CometLake-S GT2 [UHD Graphics 630] (rev 03) #19367
Unanswered
blurry4966
asked this question in
Detector Support
Replies: 1 comment 2 replies
-
For your Intel® Core™ i5-10500T with UHD 630 (CometLake-S GT2), you should use the OpenVINO detector type to leverage both Intel CPU and integrated GPU for object detection(1)(2)(3). The ONNX detector will not take advantage of Intel GPU acceleration in Frigate—OpenVINO is the optimized and recommended choice for your hardware(1)(2)(3). Recommended Changes:
Example detector config: detectors:
ov:
type: openvino
device: GPU Example model config for OpenVINO default: 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 Additional tips:
Summary: 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Describe the problem you are having
onnx Object detector is busy all the time. Skipping frames
How to optimize the config
Version
0.16.0-0b7a33d
Frigate config file
docker-compose file or Docker CLI command
Relevant Frigate log output
Install method
Docker Compose
Object Detector
OpenVino
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions