mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 12:15:25 +03:00
docs: edgetpu yolov8 attribution and language
This commit is contained in:
parent
2977683d5a
commit
321fb1adbd
@ -99,13 +99,13 @@ detectors:
|
|||||||
device: pci
|
device: pci
|
||||||
```
|
```
|
||||||
|
|
||||||
### Community Provided Yolov8 On Coral
|
### Yolov8 On Coral
|
||||||
|
|
||||||
It is possible to use the yolov8 models with the coral processors.
|
It is possible to use the [ultralytics yolov8](https://github.com/ultralytics/ultralytics) pretrained models with the Google Coral processors.
|
||||||
|
|
||||||
#### Downloading
|
#### Setup
|
||||||
|
|
||||||
Automatic model download can be configured with the `DOWNLOAD_YOLOV8=1/0` environment variable either from the command line
|
You need to download yolov8 model files suitable for the EdgeTPU. Frigate can do this automatically with the `DOWNLOAD_YOLOV8=1/0` environment variable either from the command line
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker run ... -e DOWNLOAD_YOLOV8=1 \
|
$ docker run ... -e DOWNLOAD_YOLOV8=1 \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user