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

faizanahemad/detectron2

 
 

Repository files navigation

Merging Changes from airsplay/py-bottom-up-attention into Current Master (c0f0e1d044b780f33f3cf5581a30e851ee2b65cd dated 25th June 2020) of Detectron2. This was done since airsplay/py-bottom-up-attention was running an old version of Detectron2 and required ROCM.

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.

What's New

  • It is powered by the PyTorch deep learning framework.
  • Includes more features such as panoptic segmentation, densepose, Cascade R-CNN, rotated bounding boxes, etc.
  • Can be used as a library to support different projects on top of it. We'll open source more research projects in this way.
  • It trains much faster.

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

Installation

See INSTALL.md.

Quick Start

See GETTING_STARTED.md, or the Colab Notebook.

See demo/demo_caffe_frcnn_feature_extraction_attr.py or demo/demo_caffe_frcnn_feature_extraction_attr.ipynb for feature extraction for LXMERT

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 88.6%
  • Cuda 6.1%
  • C++ 4.6%
  • Other 0.7%
0