mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-28 23:14:56 +03:00
fix coral docs
This commit is contained in:
parent
78eace258e
commit
f14fa8fffa
@ -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`.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user