Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
1 year ago | |
---|---|---|
.github | 1 year ago | |
configs | 1 year ago | |
demo | 1 year ago | |
docker | 1 year ago | |
docs | 1 year ago | |
mmfewshot | 1 year ago | |
requirements | 1 year ago | |
resources | 2 years ago | |
tests | 1 year ago | |
tools | 1 year ago | |
.gitignore | 1 year ago | |
.pre-commit-config.yaml | 1 year ago | |
.pylintrc | 2 years ago | |
.readthedocs.yml | 2 years ago | |
LICENSE | 2 years ago | |
MANIFEST.in | 2 years ago | |
README.md | 1 year ago | |
README_zh-CN.md | 1 year ago | |
model-index.yml | 2 years ago | |
pytest.ini | 2 years ago | |
requirements.txt | 2 years ago | |
setup.cfg | 1 year ago | |
setup.py | 1 year ago |
📘Documentation |
🛠️Installation |
👀Model Zoo |
🆕Update News |
🤔Reporting Issues
English | 简体中文
mmfewshot is an open source few shot learning toolbox based on PyTorch. It is a part of the OpenMMLab project.
The master branch works with PyTorch 1.5+.
The compatibility to earlier versions of PyTorch is not fully tested.
Support multiple tasks in Few Shot Learning
MMFewShot provides unified implementation and evaluation of few shot classification and detection.
Modular Design
We decompose the few shot learning framework into different components,
which makes it much easy and flexible to build a new model by combining different modules.
Strong baseline and State of the art
The toolbox provides strong baselines and state-of-the-art methods in few shot classification and detection.
v0.1.0 was released in 24/11/2021.
Please refer to changelog.md for details and release history.
MMFewShot depends on PyTorch and MMCV.
Please refer to install.md for installation of MMFewShot and data preparation for dataset preparation.
If you are new of few shot learning, you can start with learn the basics.
If you are familiar with it, check out getting_started.md for the basic usage of mmfewshot.
Refer to the below tutorials to dive deeper:
Few Shot Classification
Few Shot Detection
Results and models are available in the model zoo.
Supported algorithms:
We appreciate all contributions to improve mmfewshot. Please refer to CONTRIBUTING.md in MMFewShot for the contributing guideline.
mmfewshot 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 methods.
If you find this project useful in your research, please consider cite:
@misc{mmfewshot2021,
title={OpenMMLab Few Shot Learning Toolbox and Benchmark},
author={mmfewshot Contributors},
howpublished = {\url{https://github.com/open-mmlab/mmfewshot}},
year={2021}
}
This project is released under the Apache 2.0 license.
No Description
Python Markdown Shell other