mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
Update docs/docs/configuration/object_detectors.md
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
parent
321fb1adbd
commit
6b6d35102f
@ -105,7 +105,7 @@ It is possible to use the [ultralytics yolov8](https://github.com/ultralytics/ul
|
|||||||
|
|
||||||
#### Setup
|
#### Setup
|
||||||
|
|
||||||
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
|
You need to download yolov8 model files suitable for the EdgeTPU. Frigate can do this automatically with the `DOWNLOAD_YOLOV8={0 | 1}` 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