mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* checkout qq group qrcode * update the cover image * update build doc * reorganize chapters * update readme * remove index of build on different platforms in readthedocs * update benchmark * update get started document in Chinese based on the prebuild package * update get_started * re-style benchmark * update get_started in zh_cn * update get_started in english * update get_started in english * update get_started in english * update get_started doc * update according to reviewer comments * update linker ci * fix(.github/scripts/check_doc_linker.py): skip code block * specify PYTHONPATH * update get_started * update diagram * rename some documents * fix according to reviewer comments Co-authored-by: tpoisonooo <khj.application@aliyun.com>
1.7 KiB
1.7 KiB
MMClassification Support
MMClassification is an open-source image classification toolbox based on PyTorch. It is a part of the OpenMMLab project.
MMClassification installation tutorial
Please refer to install.md for installation.
List of MMClassification models supported by MMDeploy
Model | ONNX Runtime | TensorRT | ncnn | PPLNN | OpenVINO | Model config |
---|---|---|---|---|---|---|
ResNet | Y | Y | Y | Y | Y | config |
ResNeXt | Y | Y | Y | Y | Y | config |
SE-ResNet | Y | Y | Y | Y | Y | config |
MobileNetV2 | Y | Y | Y | Y | Y | config |
ShuffleNetV1 | Y | Y | Y | Y | Y | config |
ShuffleNetV2 | Y | Y | Y | Y | Y | config |