From 6b6d35102f871eb24ce240fd541e2bd2d73e22df Mon Sep 17 00:00:00 2001 From: harakas Date: Sat, 10 Feb 2024 19:25:57 +0200 Subject: [PATCH] Update docs/docs/configuration/object_detectors.md Co-authored-by: Nicolas Mowen --- docs/docs/configuration/object_detectors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index 858c5c55e..25729792a 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -105,7 +105,7 @@ It is possible to use the [ultralytics yolov8](https://github.com/ultralytics/ul #### 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 $ docker run ... -e DOWNLOAD_YOLOV8=1 \