OpenMMLab Image Classification Toolbox and Benchmark
 
 
 
Go to file
LXXXXR 07bb15e5fd
[Feature] Add heads and config for multilabel task (#145)
* resolve conflicts
add heads and config for multilabel tasks

* minor change

* remove evaluating mAP in head

* add baseline config

* add configs

* reserve only one config

* minor change

* fix minor bug

* minor change

* minor change

* add unittests and fix docstrings
2021-01-25 18:10:14 +08:00
.github Revert "temporary solution to ci until new version of mmcv is avaliable (#127)" (#128) 2020-12-30 17:11:33 +08:00
configs [Feature] Add heads and config for multilabel task (#145) 2021-01-25 18:10:14 +08:00
demo
docs Update stat to classify papers (#139) 2021-01-14 16:48:05 +08:00
mmcls [Feature] Add heads and config for multilabel task (#145) 2021-01-25 18:10:14 +08:00
requirements
resources
tests [Feature] Add heads and config for multilabel task (#145) 2021-01-25 18:10:14 +08:00
tools [Feature] Add analyze_results.py to select imgs for success/fail (#142) 2021-01-19 15:49:14 +08:00
.gitignore
.pre-commit-config.yaml Bump version to 0.7.0 (#129) 2020-12-31 16:41:45 +08:00
.readthedocs.yml
LICENSE
README.md Bump version to 0.7.0 (#129) 2020-12-31 16:41:45 +08:00
requirements.txt
setup.cfg
setup.py

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.

Changelog

v0.7.0 was released in 31/12/2020. Please refer to changelog.md for details and release history.

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.