Create Edgetpu troubleshooting docs (#8827)

* Link to edgetpu troublehsooting

* Add troubleshooting docs for edgetpu

* Add to sidebar

* Add section about dual edge tpu
This commit is contained in:
Nicolas Mowen
2023-12-01 06:41:30 -07:00
committed by GitHub
parent f00ced5a33
commit 89051c1b90
3 changed files with 59 additions and 1 deletions

View File

@@ -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