You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[ATSS](https://github.com/open-mmlab/mmdetection/tree/main/configs/atss)| Object Detection | Y | Y | N | N | Y |
196
+
|[FCOS](https://github.com/open-mmlab/mmdetection/tree/main/configs/fcos)| Object Detection | Y | Y | Y | N | Y |
197
+
|[FoveaBox](https://github.com/open-mmlab/mmdetection/tree/main/configs/foveabox)| Object Detection | Y | N | N | N | Y |
198
+
|[FSAF](https://github.com/open-mmlab/mmdetection/tree/main/configs/fsaf)| Object Detection | Y | Y | Y | Y | Y |
199
+
|[RetinaNet](https://github.com/open-mmlab/mmdetection/tree/main/configs/retinanet)| Object Detection | Y | Y | Y | Y | Y |
200
+
|[SSD](https://github.com/open-mmlab/mmdetection/tree/main/configs/ssd)| Object Detection | Y | Y | Y | N | Y |
201
+
|[VFNet](https://github.com/open-mmlab/mmdetection/tree/main/configs/vfnet)| Object Detection | N | N | N | N | Y |
202
+
|[YOLOv3](https://github.com/open-mmlab/mmdetection/tree/main/configs/yolo)| Object Detection | Y | Y | Y | N | Y |
203
+
|[YOLOX](https://github.com/open-mmlab/mmdetection/tree/main/configs/yolox)| Object Detection | Y | Y | Y | N | Y |
204
+
|[Cascade R-CNN](https://github.com/open-mmlab/mmdetection/tree/main/configs/cascade_rcnn)| Object Detection | Y | Y | N | Y | Y |
205
+
|[Faster R-CNN](https://github.com/open-mmlab/mmdetection/tree/main/configs/faster_rcnn)| Object Detection | Y | Y | Y | Y | Y |
206
+
|[Faster R-CNN + DCN](https://github.com/open-mmlab/mmdetection/tree/main/configs/faster_rcnn)| Object Detection | Y | Y | Y | Y | Y |
207
+
|[GFL](https://github.com/open-mmlab/mmdetection/tree/main/configs/gfl)| Object Detection | Y | Y | N | ? | Y |
208
+
|[RepPoints](https://github.com/open-mmlab/mmdetection/tree/main/configs/reppoints)| Object Detection | N | Y | N | ? | Y |
209
+
|[DETR](https://github.com/open-mmlab/mmdetection/tree/main/configs/detr)[\*](#nobatchinfer)| Object Detection | Y | Y | N | ? | Y |
210
+
|[Deformable DETR](https://github.com/open-mmlab/mmdetection/tree/main/configs/deformable_detr)[\*](#nobatchinfer)| Object Detection | Y | Y | N | ? | Y |
211
+
|[Conditional DETR](https://github.com/open-mmlab/mmdetection/tree/main/configs/conditional_detr)[\*](#nobatchinfer)| Object Detection | Y | Y | N | ? | Y |
212
+
|[DAB-DETR](https://github.com/open-mmlab/mmdetection/tree/main/configs/dab_detr)[\*](#nobatchinfer)| Object Detection | Y | Y | N | ? | Y |
213
+
|[DINO](https://github.com/open-mmlab/mmdetection/tree/main/configs/dino)[\*](#nobatchinfer)| Object Detection | Y | Y | N | ? | Y |
214
+
|[CenterNet](https://github.com/open-mmlab/mmdetection/tree/main/configs/centernet)| Object Detection | Y | Y | N | ? | Y |
215
+
|[RTMDet](https://github.com/open-mmlab/mmdetection/tree/main/configs/rtmdet)| Object Detection | Y | Y | N | ? | Y |
216
+
|[Cascade Mask R-CNN](https://github.com/open-mmlab/mmdetection/tree/main/configs/cascade_rcnn)| Instance Segmentation | Y | Y | N | N | Y |
217
+
|[Mask R-CNN](https://github.com/open-mmlab/mmdetection/tree/main/configs/mask_rcnn)| Instance Segmentation | Y | Y | N | N | Y |
218
+
|[Swin Transformer](https://github.com/open-mmlab/mmdetection/tree/main/configs/swin)| Instance Segmentation | Y | Y | N | N | Y |
219
+
|[SOLO](https://github.com/open-mmlab/mmdetection/tree/main/configs/solo)| Instance Segmentation | Y | N | N | N | Y |
220
+
|[SOLOv2](https://github.com/open-mmlab/mmdetection/tree/main/configs/solov2)| Instance Segmentation | Y | N | N | N | Y |
221
+
|[Panoptic FPN](https://github.com/open-mmlab/mmdetection/tree/main/configs/panoptic_fpn)| Panoptic Segmentation | Y | Y | N | N | N |
222
+
|[MaskFormer](https://github.com/open-mmlab/mmdetection/tree/main/configs/maskformer)| Panoptic Segmentation | Y | Y | N | N | N |
223
+
|[Mask2Former](https://github.com/open-mmlab/mmdetection/tree/main/configs/mask2former)[\*](#mask2former)| Panoptic Segmentation | Y | Y | N | N | N |
220
224
221
225
## Reminder
222
226
223
227
- For transformer based models, strongly suggest use `TensorRT>=8.4`.
224
228
- <iid="mask2former">Mask2Former</i> should use `TensorRT>=8.6.1` for dynamic shape inference.
229
+
- <iid="nobatchinfer">DETR-like models</i> do not support multi-batch inference.
0 commit comments