frigate/docs/docs/configuration/hardware_acceleration_enrichments.md

27 lines
1.2 KiB
Markdown
Raw Normal View History

2025-05-01 15:59:29 +03:00
---
id: hardware_acceleration_enrichments
title: Enrichments
---
# Enrichments
2025-05-01 16:01:07 +03:00
Some of Frigate's enrichments can use a discrete GPU for accelerated processing.
2025-05-01 15:59:29 +03:00
## Requirements
2025-05-01 16:10:10 +03:00
Object detection and enrichments (like Semantic Search, Face Recognition, and License Plate Recognition) are independent features. To use a GPU 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.
2025-05-01 15:59:29 +03: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 Semantic Search in the default Frigate image.
- **Nvidia**
- Nvidia GPUs will automatically be detected and used for Semantic Search in the `-tensorrt` Frigate image.
- Jetson devices will automatically be detected and used for Semantic Search in the `-tensorrt-jp6` Frigate image.
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 for object detection.