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
Copy file name to clipboardExpand all lines: docs/en/03-benchmark/supported_models.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,16 +22,17 @@ The table below lists the models that are guaranteed to be exportable to other b
22
22
|[RepPoints](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/reppoints)| MMDetection | N | N | Y | N | ? | Y | N | N |
23
23
|[DETR](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/detr)| MMDetection | N | Y | Y | N | ? | N | N | N |
24
24
|[CenterNet](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/centernet)| MMDetection | N | Y | Y | N | ? | N | N | N |
25
-
|[SOLO](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/solo)| MMDetection | N | N | N | N | N | Y | N | N |
26
-
|[ResNet](https://github.com/open-mmlab/mmpretrain/tree/main/configs/resnet)| MMPretrain | Y | Y | Y | Y | Y | Y | Y | Y |
27
-
|[ResNeXt](https://github.com/open-mmlab/mmpretrain/tree/main/configs/resnext)| MMPretrain | Y | Y | Y | Y | Y | Y | Y | Y |
28
-
|[SE-ResNet](https://github.com/open-mmlab/mmpretrain/tree/main/configs/seresnet)| MMPretrain | Y | Y | Y | Y | Y | Y | Y | Y |
29
-
|[MobileNetV2](https://github.com/open-mmlab/mmpretrain/tree/main/configs/mobilenet_v2)| MMPretrain | Y | Y | Y | Y | Y | Y | Y | Y |
30
-
|[ShuffleNetV1](https://github.com/open-mmlab/mmpretrain/tree/main/configs/shufflenet_v1)| MMPretrain | Y | Y | Y | Y | Y | Y | Y | Y |
31
-
|[ShuffleNetV2](https://github.com/open-mmlab/mmpretrain/tree/main/configs/shufflenet_v2)| MMPretrain | Y | Y | Y | Y | Y | Y | Y | Y |
32
-
|[VisionTransformer](https://github.com/open-mmlab/mmpretrain/tree/main/configs/vision_transformer)| MMPretrain | Y | Y | Y | Y | ? | Y | Y | N |
33
-
|[SwinTransformer](https://github.com/open-mmlab/mmpretrain/tree/main/configs/swin_transformer)| MMPretrain | Y | Y | Y | N | ? | N | ? | N |
34
-
|[MobileOne](https://github.com/open-mmlab/mmpretrain/tree/main/configs/mobileone)| MMPretrain | N | Y | Y | N | N | N | N | N |
25
+
|[SOLO](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/solo)| MMDetection | N | Y | N | N | N | Y | N | N |
26
+
|[SOLOv2](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/solov2)| MMDetection | N | Y | N | N | N | Y | N | N |
27
+
|[ResNet](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/resnet)| MMClassification | Y | Y | Y | Y | Y | Y | Y | Y |
28
+
|[ResNeXt](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/resnext)| MMClassification | Y | Y | Y | Y | Y | Y | Y | Y |
29
+
|[SE-ResNet](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/seresnet)| MMClassification | Y | Y | Y | Y | Y | Y | Y | Y |
30
+
|[MobileNetV2](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/mobilenet_v2)| MMClassification | Y | Y | Y | Y | Y | Y | Y | Y |
31
+
|[ShuffleNetV1](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/shufflenet_v1)| MMClassification | Y | Y | Y | Y | Y | Y | Y | Y |
32
+
|[ShuffleNetV2](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/shufflenet_v2)| MMClassification | Y | Y | Y | Y | Y | Y | Y | Y |
33
+
|[VisionTransformer](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/vision_transformer)| MMClassification | Y | Y | Y | Y | ? | Y | Y | N |
34
+
|[SwinTransformer](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/swin_transformer)| MMClassification | Y | Y | Y | N | ? | N | ? | N |
35
+
|[MobileOne](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/mobileone)| MMClassification | N | Y | Y | N | N | N | N | N |
35
36
|[FCN](https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/fcn)| MMSegmentation | Y | Y | Y | Y | Y | Y | Y | Y |
36
37
|[PSPNet](https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/pspnet)[\*static](#note)| MMSegmentation | Y | Y | Y | Y | Y | Y | Y | Y |
37
38
|[DeepLabV3](https://github.com/open-mmlab/mmsegmentation/tree/1.x/configs/deeplabv3)| MMSegmentation | Y | Y | Y | Y | Y | Y | Y | N |
Copy file name to clipboardExpand all lines: docs/en/04-supported-codebases/mmdet.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,4 +210,5 @@ Besides python API, mmdeploy SDK also provides other FFI (Foreign Function Inter
210
210
|[Cascade Mask R-CNN](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/cascade_rcnn)| Instance Segmentation | Y | N | N | N | Y |
211
211
|[Mask R-CNN](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/mask_rcnn)| Instance Segmentation | Y | Y | N | N | Y |
212
212
|[Swin Transformer](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/swin)| Instance Segmentation | Y | Y | N | N | N |
213
-
|[SOLO](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/solo)| Instance Segmentation | N | N | N | N | Y |
213
+
|[SOLO](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/solo)| Instance Segmentation | Y | N | N | N | Y |
214
+
|[SOLOv2](https://github.com/open-mmlab/mmdetection/tree/3.x/configs/solov2)| Instance Segmentation | Y | N | N | N | Y |
0 commit comments