Files
frigate/docs/docs/configuration/hardware_acceleration_enrichments.md
T

38 lines
1.9 KiB
Markdown
Raw Normal View History

2025-05-01 08:17:35 -05:00
---
id: hardware_acceleration_enrichments
title: Enrichments
---
# Enrichments
2025-11-08 06:44:30 -06:00
Some of Frigate's enrichments can use a discrete GPU or integrated GPU for accelerated processing.
2025-05-01 08:17:35 -05:00
## Requirements
Object detection and enrichments (like Semantic Search, Face Recognition, and License Plate Recognition) are independent features. To use a GPU / NPU for object detection, see the [Object Detectors](/configuration/object_detectors.md) documentation. If you want to use your GPU for any supported enrichments, you must choose the appropriate Frigate Docker image for your GPU / NPU and configure the enrichment according to its specific documentation.
2025-05-01 08:17:35 -05:00
- **AMD**
- ROCm will automatically be detected and used for enrichments in the `-rocm` Frigate image.
- **Intel**
- OpenVINO will automatically be detected and used for enrichments in the default Frigate image.
2025-11-08 06:44:30 -06:00
- **Note:** Intel NPUs have limited model support for enrichments. GPU is recommended for enrichments when available.
2025-05-01 08:17:35 -05:00
- **Nvidia**
2025-11-08 06:44:30 -06:00
2025-05-01 08:17:35 -05:00
- Nvidia GPUs will automatically be detected and used for enrichments in the `-tensorrt` Frigate image.
- Jetson devices will automatically be detected and used for enrichments in the `-tensorrt-jp6` Frigate image.
- **RockChip**
2025-08-21 06:18:55 -06:00
- RockChip NPU will automatically be detected and used for semantic search v1 and face recognition in the `-rk` Frigate image.
2025-06-03 07:33:32 -05:00
Utilizing a GPU for enrichments does not require you to use the same GPU for object detection. For example, you can run the `tensorrt` Docker image for enrichments and still use other dedicated hardware like a Coral or Hailo for object detection. However, one combination that is not supported is TensorRT for object detection and OpenVINO for enrichments.
2025-05-03 21:13:22 -05:00
:::note
A Google Coral is a TPU (Tensor Processing Unit), not a dedicated GPU (Graphics Processing Unit) and therefore does not provide any kind of acceleration for Frigate's enrichments.
:::