We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b1606b + 3439849 commit 0dd8946Copy full SHA for 0dd8946
inference/models/utils.py
@@ -105,6 +105,9 @@
105
("object-detection", "yolov12x"): YOLOv12ObjectDetection,
106
("object-detection", "rfdetr-base"): RFDETRObjectDetection,
107
("object-detection", "rfdetr-large"): RFDETRObjectDetection,
108
+ ("object-detection", "rfdetr-nano"): RFDETRObjectDetection,
109
+ ("object-detection", "rfdetr-small"): RFDETRObjectDetection,
110
+ ("object-detection", "rfdetr-medium"): RFDETRObjectDetection,
111
(
112
"instance-segmentation",
113
"yolov11n",
0 commit comments