OpenMMLab FewShot Learning Toolbox and Benchmark
 
 
Go to file
Linyiqi 3508afca93
Reformat config files (#46)
* fix init

* fix test api

fix test api bug

* add metarcnn fsdetview config

* update pr

* update meta file

* fix CI
2021-11-01 23:27:01 +08:00
.github Reformat config files (#46) 2021-11-01 23:27:01 +08:00
configs Reformat config files (#46) 2021-11-01 23:27:01 +08:00
mmfewshot Reformat config files (#46) 2021-11-01 23:27:01 +08:00
requirements Reformat config files (#46) 2021-11-01 23:27:01 +08:00
tests Reformat config files (#46) 2021-11-01 23:27:01 +08:00
tools Reformat config files (#46) 2021-11-01 23:27:01 +08:00
.gitignore fix code style (#44) 2021-10-23 10:14:08 +08:00
.pre-commit-config.yaml Reformat config files (#46) 2021-11-01 23:27:01 +08:00
.pylintrc fix code style (#44) 2021-10-23 10:14:08 +08:00
LICENSE Initial commit 2021-05-14 12:57:05 +08:00
README.md Reformat config files (#46) 2021-11-01 23:27:01 +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 Fix docs and add test code (#45) 2021-11-01 16:33:21 +08:00
setup.py fix setup 2021-05-16 19:27:07 +08:00

README.md

Introduction

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.7+. The compatibility to earlier versions of PyTorch is not fully tested.

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

Major features

Model Zoo

Supported algorithms:

classification
Detection

Please refer to model_zoo for more details.

License

This project is released under the Apache 2.0 license.

Changelog

Installation

Please refer to install.md for installation.

Get 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{mmfewshot2020,
    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: A powerful toolkit for generative models.