GitXplorerGitXplorer
f

detectron2

public
31011 stars
7559 forks
554 issues

Commits

List of commits on branch main.
Unverified
9604f5995cc628619f0e4fd913453b4d7d61db3f

update eval to ms3 baseline

committed 4 days ago
Unverified
b1c43ffbc995426a9a6b5c667730091a384e0fa4

ddp bug fix

ddspgbgjd committed a month ago
Unverified
4823082af157bbc0231091b4b22e1faf72058d46

removing base_module] fbcode/deeplearning/projects/cityscapesApi/TARGETS

committed a month ago
Unverified
c69939aa85460e8135f40bce908a6cddaa73065f

Prepare for "Fix type-safety of `torch.nn.Module` instances": wave 2

eezyang committed 2 months ago
Unverified
754469e176b224d17460612bdaa2cb8112b04cd9

Address Breaking Detectron Test

committed 2 months ago
Unverified
8eff0743bb391c15a502b97660f69c849d2de5f2

Eval Callback for Vizard Detector

committed 2 months ago

README

The README file for this repository.

Support Ukraine - Help Provide Humanitarian Aid to Ukraine.

Detectron2 is Facebook AI Research's next generation library that provides state-of-the-art detection and segmentation algorithms. It is the successor of Detectron and maskrcnn-benchmark. It supports a number of computer vision research projects and production applications in Facebook.


Learn More about Detectron2

Explain Like I’m 5: Detectron2 Using Machine Learning with Detectron2
Explain Like I’m 5: Detectron2 Using Machine Learning with Detectron2

What's New

  • Includes new capabilities such as panoptic segmentation, Densepose, Cascade R-CNN, rotated bounding boxes, PointRend, DeepLab, ViTDet, MViTv2 etc.
  • Used as a library to support building research projects on top of it.
  • Models can be exported to TorchScript format or Caffe2 format for deployment.
  • It trains much faster.

See our blog post to see more demos and learn about detectron2.

Installation

See installation instructions.

Getting Started

See Getting Started with Detectron2, and the Colab Notebook to learn about basic usage.

Learn more at our documentation. And see projects/ for some projects that are built on top of detectron2.

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 Detectron2

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