From 2d443137a3484eebfb63f7882a106cfd068f4f1d Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sat, 3 May 2025 20:46:33 -0500 Subject: [PATCH] add note about coral --- .../docs/configuration/hardware_acceleration_enrichments.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/configuration/hardware_acceleration_enrichments.md b/docs/docs/configuration/hardware_acceleration_enrichments.md index 0b6d5f6ea..6bd731bd2 100644 --- a/docs/docs/configuration/hardware_acceleration_enrichments.md +++ b/docs/docs/configuration/hardware_acceleration_enrichments.md @@ -24,3 +24,9 @@ Object detection and enrichments (like Semantic Search, Face Recognition, and Li - 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. + +:::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. + +:::