Skip to content

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

License

Notifications You must be signed in to change notification settings

niqbal996/detectron2

This branch is 64 commits ahead of, 56 commits behind facebookresearch/detectron2:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a17756a · Nov 16, 2023
Mar 16, 2023
Mar 13, 2023
Nov 16, 2023
Jul 26, 2022
May 23, 2021
Nov 16, 2023
Jul 12, 2022
Jul 16, 2022
Dec 14, 2022
Jul 24, 2023
Jul 24, 2023
Nov 16, 2023
Jun 9, 2020
Jul 16, 2022
Jun 15, 2023
Sep 26, 2022
Dec 3, 2021
Sep 12, 2022
Nov 5, 2020
Jul 21, 2021
Jun 10, 2022
Jan 7, 2023
Aug 14, 2023

Repository files navigation

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.0%
  • Cuda 3.2%
  • C++ 2.3%
  • Other 0.5%