GitXplorerGitXplorer
f

detectron2

public
31020 stars
7559 forks
553 issues

Commits

List of commits on branch main.
Unverified
9131ce0e5bc0c89904541bc0355d933ccd6acbfb

Migrate `fbcode/vision/fair/detectron2/projects/DensePose` to per-target checking

ggrievejia committed 2 months ago
Unverified
8d85329aed8506ea3672e3e208971345973ea761

Import Detector Eval Dataloader

committed 3 months ago
Unverified
28fd05eeb68114aa8a8d915168bdf6e7f7b5c2a6

Revert rotated boxes change

committed 3 months ago
Unverified
20a6625b339c7787aac6c5536e0e613170226483

Fix detector build issues

committed 3 months ago
Unverified
ebe8b45437f86395352ab13402ba45b75b4d1ddb

removing base_module] fbcode/vision/fair/detectron2/demo/TARGETS

committed 4 months ago
Unverified
5b72c27ae39f99db75d43f18fd1312e1ea934e60

fix inference accuracy test

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