Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
3 months ago | |
---|---|---|
.circleci | 9 months ago | |
.dev_scripts/benchmark_regression | 1 year ago | |
.github | 9 months ago | |
configs | 9 months ago | |
demo | 1 year ago | |
docker | 9 months ago | |
docs | 7 months ago | |
mmcls | 3 months ago | |
requirements | 9 months ago | |
resources | 3 years ago | |
tests | 10 months ago | |
tools | 9 months ago | |
.gitattributes | 1 year ago | |
.gitignore | 1 year ago | |
.owners.yml | 9 months ago | |
.pre-commit-config.yaml | 3 months ago | |
.readthedocs.yml | 2 years ago | |
CITATION.cff | 2 years ago | |
CONTRIBUTING.md | 1 year ago | |
LICENSE | 2 years ago | |
MANIFEST.in | 1 year ago | |
README.md | 5 months ago | |
README_zh-CN.md | 5 months ago | |
model-index.yml | 1 year ago | |
requirements.txt | 3 years ago | |
setup.cfg | 1 year ago | |
setup.py | 1 year ago |
📘 Documentation |
🛠️ Installation |
👀 Model Zoo |
🆕 Update News |
🤔 Reporting Issues
👉 MMPreTrain 1.0 branch is in trial, welcome every to try it and discuss with us! 👈
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+.
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:
dist_train_arm.sh
for ARM device.v0.24.1 was released in 31/10/2022.
Highlights of the new version:
v0.24.0 was released in 30/9/2022.
Highlights of the new version:
Please refer to changelog.md for more details and other release history.
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.
Please see Getting Started for the basic usage of MMClassification. There are also tutorials:
Colab tutorials are also provided:
Results and models are available in the model zoo.
We appreciate all contributions to improve MMClassification.
Please refer to CONTRUBUTING.md for the contributing guideline.
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.
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}
}
This project is released under the Apache 2.0 license.
No Description
Python Markdown other