Skip to content

ShuYuHuang/mmfewshot

 
 

Repository files navigation

Few-Shot Object Detection - Hands-on MMFewShot

OpenMMLab是香港中文大學多媒體實驗室(MMLab)與商湯科技合作建立的AI開源算法平台。在2021年OpenMMLab為發展Few-Shot Classification 與Few-Shot Object Detection這兩個題目開啟了MMFewShot這個新專案。詳見官網

Contents of MMFewShot

  • Few-shot classification/object detection algorithms
  • Inheritable modules and configure file system
  • Pre-trained model weights

Tutorials

🔥Introduction and Meta-InferenceOpen In Colab

🔥Meta-TrainingOpen In Colab

Official Documents

Official Introduction to mmfewshot

Model Zoo

Algorithms that MMFewShot implemented, with downloadable pre-trained weight.

Classification
Detection

Citation

@misc{mmfewshot2021,
    title={OpenMMLab Few Shot Learning Toolbox and Benchmark},
    author={mmfewshot Contributors},
    howpublished = {\url{https://github.com/open-mmlab/mmfewshot}},
    year={2021}
}
@article{wang2020few,
    title={Frustratingly Simple Few-Shot Object Detection},
    author={Wang, Xin and Huang, Thomas E. and  Darrell, Trevor and Gonzalez, Joseph E and Yu, Fisher}
    booktitle = {International Conference on Machine Learning (ICML)},
    month = {July},
    year = {2020}
}

Acknowledgements

About

OpenMMLab FewShot Learning Toolbox and Benchmark

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%