@@ -192,25 +192,26 @@ cv2.imwrite('output_detection.png', img)
192192
193193## 模型支持列表
194194
195- | Model | Task | OnnxRuntime | TensorRT | ncnn | PPLNN | OpenVINO |
196- | :-------------------------------------------------------------------------------------------: | :-------------------: | :---------: | :------: | :--: | :---: | :------: |
197- | [ ATSS] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/atss ) | ObjectDetection | Y | Y | N | N | Y |
198- | [ FCOS] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/fcos ) | ObjectDetection | Y | Y | Y | N | Y |
199- | [ FoveaBox] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/foveabox ) | ObjectDetection | Y | N | N | N | Y |
200- | [ FSAF] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/fsaf ) | ObjectDetection | Y | Y | Y | Y | Y |
201- | [ RetinaNet] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/retinanet ) | ObjectDetection | Y | Y | Y | Y | Y |
202- | [ SSD] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/ssd ) | ObjectDetection | Y | Y | Y | N | Y |
203- | [ VFNet] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/vfnet ) | ObjectDetection | N | N | N | N | Y |
204- | [ YOLOv3] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/yolo ) | ObjectDetection | Y | Y | Y | N | Y |
205- | [ YOLOX] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/yolox ) | ObjectDetection | Y | Y | Y | N | Y |
206- | [ Cascade R-CNN] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/cascade_rcnn ) | ObjectDetection | Y | Y | N | Y | Y |
207- | [ Faster R-CNN] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/faster_rcnn ) | ObjectDetection | Y | Y | Y | Y | Y |
208- | [ Faster R-CNN + DCN] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/faster_rcnn ) | ObjectDetection | Y | Y | Y | Y | Y |
209- | [ GFL] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/gfl ) | ObjectDetection | Y | Y | N | ? | Y |
210- | [ RepPoints] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/reppoints ) | ObjectDetection | N | Y | N | ? | Y |
211- | [ DETR] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/detr ) | ObjectDetection | Y | Y | N | ? | Y |
212- | [ 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 |
214- | [ Mask R-CNN] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/mask_rcnn ) | InstanceSegmentation | Y | Y | N | N | Y |
215- | [ Swin Transformer] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/swin ) | InstanceSegmentation | Y | Y | N | N | N |
216- | [ SOLO] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/solo ) | Instance Segmentation | N | N | N | N | Y |
195+ | Model | Task | OnnxRuntime | TensorRT | ncnn | PPLNN | OpenVINO |
196+ | :-------------------------------------------------------------------------------------------: | :------------------: | :---------: | :------: | :--: | :---: | :------: |
197+ | [ ATSS] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/atss ) | ObjectDetection | Y | Y | N | N | Y |
198+ | [ FCOS] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/fcos ) | ObjectDetection | Y | Y | Y | N | Y |
199+ | [ FoveaBox] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/foveabox ) | ObjectDetection | Y | N | N | N | Y |
200+ | [ FSAF] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/fsaf ) | ObjectDetection | Y | Y | Y | Y | Y |
201+ | [ RetinaNet] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/retinanet ) | ObjectDetection | Y | Y | Y | Y | Y |
202+ | [ SSD] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/ssd ) | ObjectDetection | Y | Y | Y | N | Y |
203+ | [ VFNet] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/vfnet ) | ObjectDetection | N | N | N | N | Y |
204+ | [ YOLOv3] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/yolo ) | ObjectDetection | Y | Y | Y | N | Y |
205+ | [ YOLOX] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/yolox ) | ObjectDetection | Y | Y | Y | N | Y |
206+ | [ Cascade R-CNN] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/cascade_rcnn ) | ObjectDetection | Y | Y | N | Y | Y |
207+ | [ Faster R-CNN] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/faster_rcnn ) | ObjectDetection | Y | Y | Y | Y | Y |
208+ | [ Faster R-CNN + DCN] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/faster_rcnn ) | ObjectDetection | Y | Y | Y | Y | Y |
209+ | [ GFL] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/gfl ) | ObjectDetection | Y | Y | N | ? | Y |
210+ | [ RepPoints] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/reppoints ) | ObjectDetection | N | Y | N | ? | Y |
211+ | [ DETR] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/detr ) | ObjectDetection | Y | Y | N | ? | Y |
212+ | [ 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 |
214+ | [ Mask R-CNN] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/mask_rcnn ) | InstanceSegmentation | Y | Y | N | N | Y |
215+ | [ Swin Transformer] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/swin ) | InstanceSegmentation | Y | Y | N | N | N |
216+ | [ SOLO] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/solo ) | InstanceSegmentation | Y | N | N | N | Y |
217+ | [ SOLOv2] ( https://github.com/open-mmlab/mmdetection/tree/3.x/configs/solov2 ) | InstanceSegmentation | Y | N | N | N | Y |
0 commit comments