File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
en/04-supported-codebases
zh_cn/04-supported-codebases Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,8 @@ Besides python API, mmdeploy SDK also provides other FFI (Foreign Function Inter
207207| [ RepPoints] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/reppoints ) | Object Detection | N | Y | N | ? | Y |
208208| [ DETR] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/detr ) | Object Detection | Y | Y | N | ? | Y |
209209| [ CenterNet] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/centernet ) | Object Detection | Y | Y | N | ? | ? |
210- | [ Cascade Mask R-CNN] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/cascade_rcnn ) | Instance Segmentation | Y | N | N | N | Y |
210+ | [ RTMDet] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/rtmdet ) | Object Detection | Y | Y | N | ? | ? |
211+ | [ Cascade Mask R-CNN] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/cascade_rcnn ) | Instance Segmentation | Y | Y | N | N | Y |
211212| [ Mask R-CNN] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/mask_rcnn ) | Instance Segmentation | Y | Y | N | N | Y |
212213| [ Swin Transformer] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/swin ) | Instance Segmentation | Y | Y | N | N | N |
213214| [ SOLO] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/solo ) | Instance Segmentation | Y | N | N | N | Y |
Original file line number Diff line number Diff line change @@ -210,7 +210,8 @@ cv2.imwrite('output_detection.png', img)
210210| [ RepPoints] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/reppoints ) | ObjectDetection | N | Y | N | ? | Y |
211211| [ DETR] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/detr ) | ObjectDetection | Y | Y | N | ? | Y |
212212| [ CenterNet] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/centernet ) | Object Detection | Y | Y | N | ? | ? |
213- | [ Cascade Mask R-CNN] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/cascade_rcnn ) | InstanceSegmentation | Y | N | N | N | Y |
213+ | [ RTMDet] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/rtmdet ) | Object Detection | Y | Y | N | ? | ? |
214+ | [ Cascade Mask R-CNN] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/cascade_rcnn ) | InstanceSegmentation | Y | Y | N | N | Y |
214215| [ Mask R-CNN] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/mask_rcnn ) | InstanceSegmentation | Y | Y | N | N | Y |
215216| [ Swin Transformer] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/swin ) | InstanceSegmentation | Y | Y | N | N | N |
216217| [ SOLO] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/solo ) | InstanceSegmentation | Y | N | N | N | Y |
You can’t perform that action at this time.
0 commit comments