Add README

pull/2/head
yanglei 2020-07-08 12:27:26 +08:00 committed by yl-1993
parent 8995e16834
commit 53f5568119
3 changed files with 102 additions and 1 deletions

27
CONTRIBUTING.md 100644
View File

@ -0,0 +1,27 @@
# Contributing to MMClassification
All kinds of contributions are welcome, including but not limited to the following.
- Fixes (typo, bugs)
- New features and components
## Workflow
1. Fork and pull the latest mmclassification
2. Checkout a new branch with a meaningful name (do not use master branch for PRs)
3. Commit your changes
4. Create a PR
Note
- If you plan to add some new features that involve large changes, it is encouraged to open an issue for discussion first.
- If you are the author of some papers and would like to include your method to mmclassification,
please contact Lei Yang (jerryyanglei@gmail). We will much appreciate your contribution.
## Code style
### Python
We adopt [PEP8](https://www.python.org/dev/peps/pep-0008/) as the preferred code style.
We use [flake8](http://flake8.pycqa.org/en/latest/) as the linter and [yapf](https://github.com/google/yapf) as the formatter.
Please upgrade to the latest yapf (>=0.27.0) and refer to the [configuration](.style.yapf).
>Before you create a PR, make sure that your code lints and is formatted by yapf.

View File

@ -1 +1,75 @@
# MMClassification
<div align="center">
<img src="resources/mmcls-logo.png" width="600"/>
</div>
## Introduction
MMClassification is an open source image classification toolbox based on PyTorch. It is
a part of the OpenMMLab project developed by [Multimedia Laboratory, CUHK](http://mmlab.ie.cuhk.edu.hk/).
### 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](LICENSE).
## Benchmark and model zoo
Results and models are available in the [model zoo](docs/model_zoo.md).
Supported backbones:
- [x] ResNet
- [x] ResNeXt
- [x] SE-ResNet
- [x] SE-ResNeXt
- [x] RegNet
- [x] ShuffleNetV1
- [x] ShuffleNetV2
- [x] MobileNetV2
- [x] MobileNetV3
## Installation
Please refer to [install.md](docs/install.md) for installation and dataset preparation.
## Get Started
Please see [getting_started.md](docs/getting_started.md) for the basic usage of MMClassification. There are also tutorials for [finetuning models](docs/tutorials/finetune.md), [adding new dataset](docs/tutorials/new_dataset.md), [designing data pipeline](docs/tutorials/data_pipeline.md), and [adding new modules](docs/tutorials/new_modules.md).
## Contributing
We appreciate all contributions to improve MMClassification.
Please refer to [CONTRUBUTING.md](CONTRIBUTING.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 detectors.
Many thanks to Wenwei Zhang ([@ZwwWayne](https://github.com/ZwwWayne)), Jiarui Xu ([@xvjiarui](https://github.com/xvjiarui)), Xintao Wang ([@xinntao](https://github.com/xinntao)) and Zhizhong Li ([@innerlee](https://github.com/innerlee)) for their valuable advices and discussions.
## Citation
If you use this toolbox or benchmark in your research, please cite this project.
```
@misc{mmclassification,
author = {Yang, Lei and Li, Xiaojie and Lou, Zan and Yang, Mingmin and
Wang, Fei and Qian, Chen and Chen, Kai and Lin, Dahua},
title = {{MMClassification}},
howpublished = {\url{https://github.com/open-mmlab/mmclassification}},
year = {2020}
}
```
## Contact
This repo is currently maintained by Lei Yang ([@yl-1993](http://github.com/yl-1993)), Xiaojie Li ([@xiaojieli0903](https://github.com/xiaojieli0903)) and Kai Chen ([@hellock](http://github.com/hellock)).

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB