RunningLeon 296412fd08
[Docs] Replace markdownlint with mdformat and configure myst-parser (#610)
* replace mdlint with mdformat

* set myst_heading_anchor for doc

* update precommit yml

* format md files
2022-06-17 09:19:10 +08:00

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