From 9ac605cc1deb2c5584108c10d739b5515bbc7f3a Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 1 May 2025 08:12:00 -0500 Subject: [PATCH] fix --- .../docs/configuration/hardware_acceleration_enrichments.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/configuration/hardware_acceleration_enrichments.md b/docs/docs/configuration/hardware_acceleration_enrichments.md index 5ca9183ff1..ec525c08ca 100644 --- a/docs/docs/configuration/hardware_acceleration_enrichments.md +++ b/docs/docs/configuration/hardware_acceleration_enrichments.md @@ -17,10 +17,10 @@ Object detection and enrichments (like Semantic Search, Face Recognition, and Li - **Intel** - - OpenVINO will automatically be detected and used for Semantic Search in the default Frigate image. + - OpenVINO will automatically be detected and used for enrichments 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. + - 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. 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.