mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* docs(docs/zh_cn): add doc and link checker * docs(REAME): update * docs(docs/zh_cn): update * docs(benchmark): update table * docs(zh_cn/benchmark): update link * CI(docs): update link check * ci(doc): update checker * docs(zh_cn): update * style(ci): remove useless para * style(ci): update * docs(zh_cn): update * docs(benchmark.md): fix mobilnet link error * docs(docs/zh_cn): add doc and link checker * docs(REAME): update * docs(docs/zh_cn): update * docs(benchmark): update table * docs(zh_cn/benchmark): update link * CI(docs): update link check * ci(doc): update checker * docs(zh_cn): update * style(ci): remove useless para * style(ci): update * docs(zh_cn): update * docs(benchmark.md): fix mobilnet link error * docs(zh_cn/do_regression_test.md): rebase * docs(docs/zh_cn): add doc and link checker * Update README_zh-CN.md * Update README_zh-CN.md * Update index.rst * Update check-doc-link.yml * [Fix] Fix ci (#426) * fix ci * add nvidia key * remote torch * recover pytorch * ci(codecov): ignore ci * docs(zh_cn): add get_started.md * docs(zh_cn): fix review advice * docs(readthedocs): update * docs(zh_CN): update * docs(zh_CN): revert * fix(docs): review advices * fix(docs): review advices * fix(docs): review Co-authored-by: q.yao <streetyao@live.com>
3.5 KiB
3.5 KiB
MMDetection Support
MMDetection is an open source object detection toolbox based on PyTorch. It is a part of the OpenMMLab project.
MMDetection installation tutorial
Please refer to get_started.md for installation.
List of MMDetection models supported by MMDeploy
Model | Task | OnnxRuntime | TensorRT | ncnn | PPLNN | OpenVINO | Model config |
---|---|---|---|---|---|---|---|
ATSS | ObjectDetection | Y | Y | N | N | Y | config |
FCOS | ObjectDetection | Y | Y | Y | N | Y | config |
FoveaBox | ObjectDetection | Y | N | N | N | Y | config |
FSAF | ObjectDetection | Y | Y | Y | Y | Y | config |
RetinaNet | ObjectDetection | Y | Y | Y | Y | Y | config |
SSD | ObjectDetection | Y | Y | Y | N | Y | config |
VFNet | ObjectDetection | N | N | N | N | Y | config |
YOLOv3 | ObjectDetection | Y | Y | Y | N | Y | config |
YOLOX | ObjectDetection | Y | Y | Y | N | Y | config |
Cascade R-CNN | ObjectDetection | Y | Y | N | Y | Y | config |
Faster R-CNN | ObjectDetection | Y | Y | Y | Y | Y | config |
Faster R-CNN + DCN | ObjectDetection | Y | Y | Y | Y | Y | config |
GFL | ObjectDetection | Y | Y | N | ? | Y | config |
Cascade Mask R-CNN | InstanceSegmentation | Y | N | N | N | Y | config |
Mask R-CNN | InstanceSegmentation | Y | Y | N | N | Y | config |
Reminder
None
FAQs
None