Fix rf-detr heading

The link earlier in the file was referencing "#downloading-rf-detr-model"
This commit is contained in:
Josh Hawkins 2025-11-18 19:11:02 -06:00
parent 3620ef27db
commit 418cebdf57

View File

@ -1002,7 +1002,7 @@ COPY --from=build /dfine/output/dfine_${MODEL_SIZE}_obj2coco.onnx /dfine-${MODEL
EOF EOF
``` ```
### 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. 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.