From e653500d35b371c40171f657b82f35cfa0c856ae Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 3 Feb 2025 06:50:45 -0700 Subject: [PATCH] Update object_detectors.md --- docs/docs/configuration/object_detectors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index de736da3d..4aa1d7fe4 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -35,9 +35,9 @@ Frigate supports multiple different detectors that work on different types of ha :::note -Multiple detectors can not be mixed for object detection (ex: OpenVINO and a coral can not be used for object detection). +Multiple detectors can not be mixed for object detection (ex: OpenVINO and Coral EdgeTPU can not be used for object detection at the same time). -This does not affect using hardware for other tasks like [semantic search](./semantic_search.md) +This does not affect using hardware for accelerating other tasks such as [semantic search](./semantic_search.md) :::