Skip to content

MengzhangLI/mmclassification

This branch is 3 commits behind open-mmlab/mmpretrain:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 15, 2023
fb16bdc ยท Feb 15, 2023
Dec 13, 2022
Jan 28, 2022
Dec 13, 2022
Dec 30, 2022
Jun 1, 2022
Dec 6, 2022
Feb 15, 2023
Dec 6, 2022
Dec 5, 2022
Jul 11, 2020
Nov 14, 2022
Dec 6, 2022
Dec 7, 2021
Apr 29, 2022
Dec 13, 2022
Dec 6, 2022
Jul 31, 2021
Sep 1, 2021
Jun 2, 2022
Aug 17, 2021
Jun 15, 2022
Dec 6, 2022
Dec 6, 2022
Sep 27, 2022
Oct 10, 2020
Feb 16, 2022
Jun 15, 2022

Repository files navigation

 
OpenMMLab website HOT      OpenMMLab platform TRY IT OUT
 

PyPI Docs Build Status codecov license open issues issue resolution

๐Ÿ“˜ Documentation | ๐Ÿ› ๏ธ Installation | ๐Ÿ‘€ Model Zoo | ๐Ÿ†• Update News | ๐Ÿค” Reporting Issues

๐Ÿ‘‰ MMClassification 1.0 branch is in trial, welcome every to try it and discuss with us! ๐Ÿ‘ˆ

Introduction

English | ็ฎ€ไฝ“ไธญๆ–‡

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

The master branch works with PyTorch 1.5+.

Major features

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

What's new

The MMClassification 1.0 has released! It's still unstable and in release candidate. If you want to try it, go to the 1.x branch and discuss it with us in the discussion.

v0.25.0 was released in 06/12/2022. Highlights of the new version:

  • Support MLU backend.
  • Add dist_train_arm.sh for ARM device.

v0.24.1 was released in 31/10/2022. Highlights of the new version:

  • Support HUAWEI Ascend device.

v0.24.0 was released in 30/9/2022. Highlights of the new version:

  • Support HorNet, EfficientFormerm, SwinTransformer V2 and MViT backbones.
  • Support Standford Cars dataset.

Please refer to changelog.md for more details and other release history.

Installation

Below are quick steps for installation:

conda create -n open-mmlab python=3.8 pytorch=1.10 cudatoolkit=11.3 torchvision==0.11.0 -c pytorch -y
conda activate open-mmlab
pip3 install openmim
mim install mmcv-full
git clone https://github.com/open-mmlab/mmclassification.git
cd mmclassification
pip3 install -e .

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

Getting Started

Please see Getting Started for the basic usage of MMClassification. There are also tutorials:

Colab tutorials are also provided:

Model zoo

Results and models are available in the model zoo.

Supported backbones

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.

Citation

If you find this project useful in your research, please consider cite:

@misc{2020mmclassification,
    title={OpenMMLab's Image Classification Toolbox and Benchmark},
    author={MMClassification Contributors},
    howpublished = {\url{https://github.com/open-mmlab/mmclassification}},
    year={2020}
}

License

This project is released under the Apache 2.0 license.

Projects in OpenMMLab

  • MMCV: OpenMMLab foundational library for computer vision.
  • MIM: MIM installs OpenMMLab packages.
  • MMClassification: OpenMMLab image classification toolbox and benchmark.
  • MMDetection: OpenMMLab detection toolbox and benchmark.
  • MMDetection3D: OpenMMLab's next-generation platform for general 3D object detection.
  • MMRotate: OpenMMLab rotated object detection toolbox and benchmark.
  • MMSegmentation: OpenMMLab semantic segmentation toolbox and benchmark.
  • MMOCR: OpenMMLab text detection, recognition, and understanding toolbox.
  • MMPose: OpenMMLab pose estimation toolbox and benchmark.
  • MMHuman3D: OpenMMLab 3D human parametric model toolbox and benchmark.
  • MMSelfSup: OpenMMLab self-supervised learning toolbox and benchmark.
  • MMRazor: OpenMMLab model compression toolbox and benchmark.
  • MMFewShot: OpenMMLab fewshot learning toolbox and benchmark.
  • MMAction2: OpenMMLab's next-generation action understanding toolbox and benchmark.
  • MMTracking: OpenMMLab video perception toolbox and benchmark.
  • MMFlow: OpenMMLab optical flow toolbox and benchmark.
  • MMEditing: OpenMMLab image and video editing toolbox.
  • MMGeneration: OpenMMLab image and video generative models toolbox.
  • MMDeploy: OpenMMLab model deployment framework.

About

OpenMMLab Image Classification Toolbox and Benchmark

Resources

License

Citation

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%