Skip to content
Detectron2 is FAIR's next-generation research platform for object detection and segmentation.
Python Cuda C++ Shell
Branch: master
Clone or download
ppwwyyxx and facebook-github-bot update requirements for building docs
Summary: Mock does not seem effective. Installing pytorch instead.

Reviewed By: rbgirshick

Differential Revision: D17862564

fbshipit-source-id: fbaf300704cb57ff782492dfb92a40345e09f07e
Latest commit 35993be Oct 10, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Initial commit Oct 10, 2019
configs Initial commit Oct 10, 2019
datasets Initial commit Oct 10, 2019
demo Initial commit Oct 10, 2019
detectron2 Initial commit Oct 10, 2019
dev Initial commit Oct 10, 2019
docs update requirements for building docs Oct 10, 2019
projects add results on TridentNet's readme Oct 10, 2019
tests Initial commit Oct 10, 2019
tools Initial commit Oct 10, 2019
.clang-format Initial commit Oct 10, 2019
.flake8 Initial commit Oct 10, 2019
.gitignore Initial commit Oct 10, 2019
CODE_OF_CONDUCT.md Initial commit Oct 10, 2019
CONTRIBUTING.md Initial commit Oct 10, 2019
GETTING_STARTED.md update requirements for building docs Oct 10, 2019
INSTALL.md update colab link Oct 10, 2019
LICENSE Initial commit Oct 10, 2019
MODEL_ZOO.md update colab link Oct 10, 2019
README.md update colab link Oct 10, 2019
setup.cfg Initial commit Oct 10, 2019
setup.py Initial commit Oct 10, 2019

README.md

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.

See our blog post to see more demos and learn what's new in detectron2.

Installation

See INSTALL.md.

Quick Start

See GETTING_STARTED.md, or the Colab Notebook. Learn more at our documentation.

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

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}
}
You can’t perform that action at this time.