fix coral docs

This commit is contained in:
Josh Hawkins 2025-12-17 07:34:46 -06:00
parent 78eace258e
commit f14fa8fffa

View File

@ -147,11 +147,11 @@ detectors:
### EdgeTPU Supported Models ### EdgeTPU Supported Models
| Model | Notes | | Model | Notes |
| ------------------------------------- | ------------------------------------------- | | ----------------------- | ------------------------------------------- |
| [MobileNet v2](#ssdlite-mobilenet-v2) | Default model | | [Mobiledet](#mobiledet) | Default model |
| [YOLOv9](#yolo-v9) | More accurate but slower than default model | | [YOLOv9](#yolov9) | More accurate but slower than default model |
#### SSDLite MobileNet v2 #### Mobiledet
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`. 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`.