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
CodeCamp #102: support SOLO deployment with OpenVINO (#1454)
* feat: support solo mmdet3.x openvino 2.0 api
* feat: support solo mmdet3.x openvino
* fix: lint
* fix: add solo head test
* docs: add supported_modesl
* docs: add supported_models
* fix: fix unreasonable code
* fix: fix ci failed
* feat: add linspace func rewrite
* fix: fix unreasonable rewrite linspace__onnx
* fix: change func name from __onnx to __default
* feat: add solo test regression
Copy file name to clipboardExpand all lines: docs/en/03-benchmark/supported_models.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ 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 |
25
26
|[ResNet](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/resnet)| MMClassification | Y | Y | Y | Y | Y | Y | Y | Y |
26
27
|[ResNeXt](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/resnext)| MMClassification | Y | Y | Y | Y | Y | Y | Y | Y |
27
28
|[SE-ResNet](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/seresnet)| MMClassification | Y | Y | Y | Y | Y | Y | Y | Y |
Copy file name to clipboardExpand all lines: docs/en/04-supported-codebases/mmdet.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,3 +210,4 @@ 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 |
Copy file name to clipboardExpand all lines: docs/zh_cn/03-benchmark/supported_models.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@
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 |
25
26
|[ResNet](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/resnet)| MMClassification | Y | Y | Y | Y | Y | Y | Y | Y |
26
27
|[ResNeXt](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/resnext)| MMClassification | Y | Y | Y | Y | Y | Y | Y | Y |
27
28
|[SE-ResNet](https://github.com/open-mmlab/mmclassification/tree/1.x/configs/seresnet)| MMClassification | Y | Y | Y | Y | Y | Y | Y | Y |
0 commit comments