OpenMMLab Pre-training Toolbox and Benchmark
 
 
 
 
Go to file
whcao af83e981ac
[Bug]Fix label smooth bug (#203)
* add convert_to_one_hot

* add test_label_smooth_loss

* add my label_smooth_loss

* fix CELoss bug

* test new label smooth loss

* LabelSmoothLoss downward compatibility

* add some comments

* remove the old version of LabelSmoothLoss

* add some comments

* add some comments

* add some comments

* add label smooth to config
2021-04-13 13:53:56 +08:00
.github [Fix] Update pip install mmcv command in ci (#187) 2021-03-29 19:57:27 +08:00
configs [Bug]Fix label smooth bug (#203) 2021-04-13 13:53:56 +08:00
demo Visualize results on image demo (#58) 2020-10-10 16:33:27 +08:00
docs Add simplify option in pytorch2onnx.py and Update doc (#200) 2021-04-09 13:05:25 +08:00
mmcls [Bug]Fix label smooth bug (#203) 2021-04-13 13:53:56 +08:00
requirements bump version to 0.10.0 (#194) 2021-04-01 10:39:18 +08:00
resources Add README 2020-07-12 00:06:54 +08:00
tests [Bug]Fix label smooth bug (#203) 2021-04-13 13:53:56 +08:00
tools Add simplify option in pytorch2onnx.py and Update doc (#200) 2021-04-09 13:05:25 +08:00
.gitignore bump version to 0.6.0 (#62) 2020-10-11 00:12:04 +08:00
.pre-commit-config.yaml Bump version to 0.7.0 (#129) 2020-12-31 16:41:45 +08:00
.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 bump version to 0.10.0 (#194) 2021-04-01 10:39:18 +08:00
requirements.txt workflow: modify build, add deploy (#61) 2020-10-10 22:15:50 +08:00
setup.cfg remove unnecessary addopts (#164) 2021-02-25 14:09:03 +08:00
setup.py fix pypi release error (#64) 2020-10-11 00:26:34 +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.

Changelog

v0.10.0 was released in 1/4/2021. 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.