From 3a4353a7a80577148b6247dfe7bae3663fc27ee3 Mon Sep 17 00:00:00 2001 From: phill-siteguard Date: Mon, 8 Sep 2025 13:02:21 +1000 Subject: [PATCH] Fix Downloading RF-DETR Model typo in object_detectors.md Fix broken anchor link --- 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 0e8f0c2a8..ee6caf3a6 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -1324,7 +1324,7 @@ Make sure you change the batch size to 1 before exporting. ::: -### Download RF-DETR Model +### Downloading RF-DETR Model RF-DETR can be exported as ONNX by running the command below. You can copy and paste the whole thing to your terminal and execute, altering `MODEL_SIZE=Nano` in the first line to `Nano`, `Small`, or `Medium` size.