From e31440ecf10ea96933e10ca2b0c3cd61478e5a7f Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 1 Dec 2023 05:44:16 -0700 Subject: [PATCH] Link to edgetpu troublehsooting --- docs/docs/configuration/object_detectors.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index 8de8db192..e0aca2b87 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -37,6 +37,12 @@ The EdgeTPU device can be specified using the `"device"` attribute according to A TensorFlow Lite model is provided in the container at `/edgetpu_model.tflite` and is used by this detector type by default. To provide your own model, bind mount the file into the container and provide the path with `model.path`. +:::tip + +See [common Edge-TPU troubleshooting steps](/troubleshooting/edgetpu) if the EdgeTPu is not detected. + +::: + ### Single USB Coral ```yaml