2021-10-09 14:10:42 +08:00
## MMClassification Support
2021-11-08 15:37:43 +08:00
[MMClassification ](https://github.com/open-mmlab/mmclassification ) is an open-source image classification toolbox based on PyTorch. It is a part of the [OpenMMLab ](https://openmmlab.com ) project.
### MMClassification installation tutorial
2021-12-23 17:35:59 +08:00
Please refer to [install.md ](https://github.com/open-mmlab/mmclassification/blob/master/docs/en/install.md ) for installation.
2021-11-08 15:37:43 +08:00
### List of MMClassification models supported by MMDeploy
2021-12-17 14:12:26 +08:00
| model | ONNX Runtime | TensorRT | NCNN | PPLNN | OpenVINO | model config file(example) |
| :----------- | :----------: | :------: | :---: | :---: | :------: | :------------------------------------------------------------------------------------ |
| ResNet | Y | Y | Y | Y | Y | $MMCLS_DIR/configs/resnet/resnet18_b32x8_imagenet.py |
| ResNeXt | Y | Y | Y | Y | Y | $MMCLS_DIR/configs/resnext/resnext50_32x4d_b32x8_imagenet.py |
| SE-ResNet | Y | Y | Y | Y | Y | $MMCLS_DIR/configs/seresnet/seresnet50_b32x8_imagenet.py |
| MobileNetV2 | Y | Y | Y | Y | Y | $MMCLS_DIR/configs/mobilenet_v2/mobilenet_v2_b32x8_imagenet.py |
| ShuffleNetV1 | Y | Y | Y | Y | Y | $MMCLS_DIR/configs/shufflenet_v1/shufflenet_v1_1x_b64x16_linearlr_bn_nowd_imagenet.py |
| ShuffleNetV2 | Y | Y | Y | Y | Y | $MMCLS_DIR/configs/shufflenet_v2/shufflenet_v2_1x_b64x16_linearlr_bn_nowd_imagenet.py |
2021-11-08 15:37:43 +08:00
### Reminder
None
### FAQs
None