OpenMMLab Image Classification Toolbox and Benchmark
 
 
 
Go to file
Lei Yang 3e2d3d726a
Merge pull request #21 from yl-1993/dev/resize_backend
Add PIL backend for resize transform
2020-08-07 21:50:51 +08:00
.github add github action (manually squash) 2020-07-12 00:07:05 +08:00
configs revise a part of configs to pil resize 2020-08-03 12:54:58 +08:00
docs correct module name from mmdet to mmcls (#8) 2020-07-21 19:28:14 +08:00
mmcls add doc for backend 2020-08-05 15:35:40 +08:00
requirements add .readthedocs.yml 2020-07-13 01:08:40 +08:00
resources
tests add unittest for backends 2020-08-05 16:53:35 +08:00
tools update shufflenet_v1 2020-07-12 00:06:55 +08:00
.gitignore
.pre-commit-config.yaml
.readthedocs.yml add .readthedocs.yml 2020-07-13 01:08:40 +08:00
LICENSE Update readme (#3) 2020-07-13 12:55:34 +08:00
README.md rename detectors to classifiers (#19) 2020-08-05 00:43:13 +08:00
requirements.txt add github action (manually squash) 2020-07-12 00:07:05 +08:00
setup.cfg Add RandomCrop, RandomResizedCrop, RandomGrayscale, impad 2020-07-12 00:06:55 +08:00
setup.py add github action (manually squash) 2020-07-12 00:07:05 +08:00

README.md

Build Status Documentation Status codecov license

Introduction

MMClassification is an open source image classification toolbox based on PyTorch. It is a part of the OpenMMLab project.

Documentation: https://mmclassification.readthedocs.io/en/latest/

demo

Major features

  • Various backbones and pretrained models
  • Bag of training tricks
  • Large-scale training configs
  • High efficiency and extensibility

License

This project is released under the Apache 2.0 license.

Benchmark and model zoo

Results and models are available in the model zoo.

Supported backbones:

  • ResNet
  • ResNeXt
  • SE-ResNet
  • SE-ResNeXt
  • RegNet
  • ShuffleNetV1
  • ShuffleNetV2
  • MobileNetV2
  • MobileNetV3

Installation

Please refer to install.md for installation and dataset preparation.

Getting Started

Please see getting_started.md for the basic usage of MMClassification. There are also tutorials for finetuning models, adding new dataset, designing data pipeline, and adding new modules.

Contributing

We appreciate all contributions to improve MMClassification. Please refer to CONTRUBUTING.md for the contributing guideline.

Acknowledgement

MMClassification is an open source project that is contributed by researchers and engineers from various colleges and companies. We appreciate all the contributors who implement their methods or add new features, as well as users who give valuable feedbacks. We wish that the toolbox and benchmark could serve the growing research community by providing a flexible toolkit to reimplement existing methods and develop their own new classifiers.