Coral for Object Detection, OpenVINO for Faces #19792
Unanswered
MercianWhitey
asked this question in
Ask A Question
Replies: 1 comment
|
You do not need to enable OpenVINO as an object detector in your configuration file if you want to use Coral for object detection and OpenVINO (GPU/CPU) only for face recognition (enrichments). Frigate allows you to use dedicated hardware like Coral for object detection, while using supported GPUs/CPUs for enrichments such as face recognition and license plate recognition. These features are independent, and you can configure them separately(1)(2). For your use case:
You do not need to list OpenVINO under detectors unless you want to use it for object detection. For face recognition enrichment, just enable face recognition and select the appropriate model size(1)(2). 📚 Sources: Have another question? Just tag @inkeep. |
0 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.
If I want the above to work, do I have to enable OpenVINO as a detector in my configuration file?
All reactions