OpenMMLab FewShot Learning Toolbox and Benchmark
 
 
Go to file
Linyiqi 4788be07bb
fix links and typos (#58)
* fix init

* fix test api

fix test api bug

* add metarcnn fsdetview config

* fix link and typos
2021-11-23 10:10:11 +08:00
.github fix typos & update README (#55) 2021-11-22 14:57:05 +08:00
configs fix links and typos (#58) 2021-11-23 10:10:11 +08:00
demo Update docs and README (#56) 2021-11-22 16:43:26 +08:00
docker update config & README & miscellaneous typos (#54) 2021-11-22 00:22:07 +08:00
docs fix links and typos (#58) 2021-11-23 10:10:11 +08:00
docs_zh-CN fix links and typos (#58) 2021-11-23 10:10:11 +08:00
mmfewshot fix typos & update README (#55) 2021-11-22 14:57:05 +08:00
requirements update docs & docker file (#52) 2021-11-22 07:17:10 +08:00
resources update config & README & miscellaneous typos (#54) 2021-11-22 00:22:07 +08:00
tests update config & README & miscellaneous typos (#54) 2021-11-22 00:22:07 +08:00
tools Update docs and README (#56) 2021-11-22 16:43:26 +08:00
.gitignore Update resource & add mim & update tools script (#51) 2021-11-12 23:27:20 +08:00
.pre-commit-config.yaml update config & README & miscellaneous typos (#54) 2021-11-22 00:22:07 +08:00
.pylintrc fix code style (#44) 2021-10-23 10:14:08 +08:00
.readthedocs.yml Update docs and README (#56) 2021-11-22 16:43:26 +08:00
LICENSE Initial commit 2021-05-14 12:57:05 +08:00
README.md fix links and typos (#58) 2021-11-23 10:10:11 +08:00
README_zh-CN.md fix links and typos (#58) 2021-11-23 10:10:11 +08:00
model-index.yml Reformat config files (#46) 2021-11-01 23:27:01 +08:00
model_zoo.yml Reformat config files (#46) 2021-11-01 23:27:01 +08:00
pytest.ini add suppoort for det 2021-05-15 22:47:59 +08:00
requirements.txt add requirements 2021-05-16 20:45:55 +08:00
setup.cfg update docs & docker file (#52) 2021-11-22 07:17:10 +08:00
setup.py Update resource & add mim & update tools script (#51) 2021-11-12 23:27:20 +08:00

README.md

Introduction

English | 简体中文

Documentation actions codecov PyPI LICENSE Average time to resolve an issue Percentage of issues still open

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.

Documentation: https://mmfewshot.readthedocs.io/en/latest/.

Major features

  • 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.

License

This project is released under the Apache 2.0 license.

Model Zoo

Supported algorithms:

classification
Detection

Changelog

Installation

Please refer to install.md for installation of mmfewshot.

Getting Started

Please see getting_started.md for the basic usage of mmfewshot.

Citation

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}
}

Contributing

We appreciate all contributions to improve mmfewshot. Please refer to CONTRIBUTING.md in MMFewShot for the contributing guideline.

Acknowledgement

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.

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.
  • MMSegmentation: OpenMMLab semantic segmentation toolbox and benchmark.
  • MMAction2: OpenMMLab's next-generation action understanding toolbox and benchmark.
  • MMTracking: OpenMMLab video perception toolbox and benchmark.
  • MMPose: OpenMMLab pose estimation toolbox and benchmark.
  • MMEditing: OpenMMLab image and video editing toolbox.
  • MMOCR: A Comprehensive Toolbox for Text Detection, Recognition and Understanding.
  • MMGeneration: OpenMMLab image and video generative models toolbox.
  • MMFlow: OpenMMLab optical flow toolbox and benchmark.
  • MMFewShot: OpenMMLab FewShot Learning Toolbox and Benchmark.