8000 GitHub - atzenn/detectron2: Detectron2 is FAIR's next-generation research platform for object detection and segmentation.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Detectron2 is FAIR's next-generation research platform for object detection and segmentation.

License

Notifications You must be signed in to change notification settings

atzenn/detectron2

 
 

Repository files navigation

Detectron2 is Facebook AI Research's next generation software system that implements state-of-the-art object detection algorithms. It is a ground-up rewrite of the previous version, Detectron, and it originates from maskrcnn-benchmark. It is written in Python and powered by the PyTorch deep learning framework.

Installation

See INSTALL.md.

Quick Start

See GETTING_STARTED.md, or our Colab Notebook.

Model Zoo and Baselines

We provide a large set of baseline results and trained models available for download in the Detectron2 Model Zoo.

License

Detectron2 is released under the Apache 2.0 l 661E icense.

Citing Detectron

If you use Detectron2 in your research or wish to refer to the baseline results published in the Model Zoo, please use the following BibTeX entry.

@misc{wu2019detectron2,
  author =       {Yuxin Wu and Alexander Kirillov and Francisco Massa and
                  Wan-Yen Lo and Ross Girshick},
  title =        {Detectron2},
  howpublished = {\url{https://github.com/facebookresearch/detectron2}},
  year =         {2019}
}

About

Detectron2 is FAIR's next-generation research platform for object detection and segmentation.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.8%
  • Cuda 7.6%
  • C++ 4.2%
  • Shell 0.4%
0