Update docs/docs/configuration/object_detectors.md

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
harakas 2024-02-10 19:25:57 +02:00 committed by GitHub
parent 321fb1adbd
commit 6b6d35102f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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