diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index 81afbd619..8cc6b2f1e 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -344,12 +344,6 @@ Note that the labelmap uses a subset of the complete COCO label set that has onl [D-FINE](https://github.com/Peterande/D-FINE) is the [current state of the art](https://paperswithcode.com/sota/real-time-object-detection-on-coco?p=d-fine-redefine-regression-task-in-detrs-as) at the time of writing. The ONNX exported models are supported, but not included by default. See [the models section](#downloading-d-fine-model) for more information on downloading the D-FINE model for use in Frigate. -:::warning - -D-FINE is currently not supported on OpenVINO - -::: - After placing the downloaded onnx model in your config/model_cache folder, you can use the following configuration: ```yaml @@ -657,12 +651,6 @@ Note that the labelmap uses a subset of the complete COCO label set that has onl [D-FINE](https://github.com/Peterande/D-FINE) is the [current state of the art](https://paperswithcode.com/sota/real-time-object-detection-on-coco?p=d-fine-redefine-regression-task-in-detrs-as) at the time of writing. The ONNX exported models are supported, but not included by default. See [the models section](#downloading-d-fine-model) for more information on downloading the D-FINE model for use in Frigate. -:::warning - -D-FINE is currently not supported on OpenVINO - -::: - After placing the downloaded onnx model in your config/model_cache folder, you can use the following configuration: ```yaml