Can Frigate do facial recognition on an NVIDIA 4080? #20245
-
It's trying to run OpenVINO for face detect and that's not compatible. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
Frigate supports facial recognition and can leverage GPU acceleration for this enrichment task, but the framework used for GPU acceleration on NVIDIA GPUs is TensorRT, not OpenVINO. OpenVINO is designed for Intel hardware and is not compatible with NVIDIA GPUs(1). For NVIDIA GPUs, you should run the Frigate Docker image tagged with If Frigate is attempting to use OpenVINO for face detection on an NVIDIA 4080, this setup is incorrect. You should configure Frigate to use the appropriate image and settings for NVIDIA hardware. TensorRT will be automatically detected and used for enrichments when running on supported NVIDIA GPUs(1). For reference, here’s the relevant section:
📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
mqtt: detectors: face_recognition: go2rtc: cameras: database: detect: auth: logger: version: 0.16-0 |
Beta Was this translation helpful? Give feedback.
your config is invalid, please follow the config as it is in the docs / the example that was pasted above. You are indenting
model
and everything under it to be under the detector. This is wrong, you should leave that at the top level