|
122 | 122 | ("object-detection", "yolo26l"): YOLO26ObjectDetection, |
123 | 123 | ("object-detection", "yolo26x"): YOLO26ObjectDetection, |
124 | 124 | ("object-detection", "rfdetr-base"): RFDETRObjectDetection, |
125 | | - ("object-detection", "rfdetr-large"): RFDETRObjectDetection, |
126 | 125 | ("object-detection", "rfdetr-nano"): RFDETRObjectDetection, |
127 | 126 | ("object-detection", "rfdetr-small"): RFDETRObjectDetection, |
128 | 127 | ("object-detection", "rfdetr-medium"): RFDETRObjectDetection, |
| 128 | + ("object-detection", "rfdetr-large"): RFDETRObjectDetection, |
| 129 | + ("object-detection", "rfdetr-xlarge"): RFDETRObjectDetection, |
| 130 | + ("object-detection", "rfdetr-2xlarge"): RFDETRObjectDetection, |
129 | 131 | ("instance-segmentation", "rfdetr-seg-preview"): RFDETRInstanceSegmentation, |
130 | 132 | ("instance-segmentation", "rfdetr-seg-nano"): RFDETRInstanceSegmentation, |
131 | 133 | ("instance-segmentation", "rfdetr-seg-small"): RFDETRInstanceSegmentation, |
132 | 134 | ("instance-segmentation", "rfdetr-seg-medium"): RFDETRInstanceSegmentation, |
133 | 135 | ("instance-segmentation", "rfdetr-seg-large"): RFDETRInstanceSegmentation, |
134 | 136 | ("instance-segmentation", "rfdetr-seg-xlarge"): RFDETRInstanceSegmentation, |
135 | 137 | ("instance-segmentation", "rfdetr-seg-xxlarge"): RFDETRInstanceSegmentation, |
| 138 | + ("instance-segmentation", "rfdetr-seg-2xlarge"): RFDETRInstanceSegmentation, |
136 | 139 | ( |
137 | 140 | "instance-segmentation", |
138 | 141 | "yolov11n", |
|
0 commit comments