From 2bf7ecb0b652fd5c530b3015410c0f3a20946a83 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 22 Dec 2025 17:56:00 -0600 Subject: [PATCH] 0.17 --- docs/docs/plus/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/plus/index.md b/docs/docs/plus/index.md index e166c402a..d75c12f92 100644 --- a/docs/docs/plus/index.md +++ b/docs/docs/plus/index.md @@ -37,7 +37,7 @@ If you have a Hailo device, you will need to specify the hardware you have when #### Rockchip (RKNN) Support -For 0.16, YOLOv9 onnx models will need to be manually converted. First, you will need to configure Frigate to use the model id for your YOLOv9 onnx model so it downloads the model to your `model_cache` directory. From there, you can follow the [documentation](/configuration/object_detectors.md#converting-your-own-onnx-model-to-rknn-format) to convert it. Automatic conversion is coming in 0.17. +For 0.16, YOLOv9 onnx models will need to be manually converted. First, you will need to configure Frigate to use the model id for your YOLOv9 onnx model so it downloads the model to your `model_cache` directory. From there, you can follow the [documentation](/configuration/object_detectors.md#converting-your-own-onnx-model-to-rknn-format) to convert it. Automatic conversion is available in 0.17 and later. ## Supported detector types @@ -53,7 +53,7 @@ Currently, Frigate+ models support CPU (`cpu`), Google Coral (`edgetpu`), OpenVi | [Hailo8/Hailo8L/Hailo8R](/configuration/object_detectors#hailo-8) | `hailo8l` | `yolov9` | | [Rockchip NPU](/configuration/object_detectors#rockchip-platform)\* | `rknn` | `yolov9` | -_\* Requires manual conversion in 0.16. Automatic conversion coming in 0.17._ +_\* Requires manual conversion in 0.16. Automatic conversion available in 0.17 and later._ ## Improving your model