Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.

License

NotificationsYou must be signed in to change notification settings

DeepLearningSky/Detectron

 
 

Repository files navigation

Detectron is Facebook AI Research's software system that implements state-of-the-art object detection algorithms, includingMask R-CNN. It is written in Python and powered by theCaffe2 deep learning framework.

At FAIR, Detectron has enabled numerous research projects, including:Feature Pyramid Networks for Object Detection,Mask R-CNN,Detecting and Recognizing Human-Object Interactions,Focal Loss for Dense Object Detection,Non-local Neural Networks,Learning to Segment Every Thing, andData Distillation: Towards Omni-Supervised Learning.

Example Mask R-CNN output.

Introduction

The goal of Detectron is to provide a high-quality, high-performancecodebase for object detectionresearch. It is designed to be flexible in orderto support rapid implementation and evaluation of novel research. Detectronincludes implementations of the following object detection algorithms:

using the following backbone network architectures:

Additional backbone architectures may be easily implemented. For more details about these models, please seeReferences below.

License

Detectron is released under theApache 2.0 license. See theNOTICE file for additional details.

Citing Detectron

If you use Detectron in your research or wish to refer to the baseline results published in theModel Zoo, please use the following BibTeX entry.

@misc{Detectron2018,  author =       {Ross Girshick and Ilija Radosavovic and Georgia Gkioxari and                  Piotr Doll\'{a}r and Kaiming He},  title =        {Detectron},  howpublished = {\url{https://github.com/facebookresearch/detectron}},  year =         {2018}}

Model Zoo and Baselines

We provide a large set of baseline results and trained models available for download in theDetectron Model Zoo.

Installation

Please find installation instructions for Caffe2 and Detectron inINSTALL.md.

Quick Start: Using Detectron

After installation, please seeGETTING_STARTED.md for brief tutorials covering inference and training with Detectron.

Getting Help

To start, please check thetroubleshooting section of our installation instructions as well as ourFAQ. If you couldn't find help there, try searching our GitHub issues. We intend the issues page to be a forum in which the community collectively troubleshoots problems.

If bugs are found,we appreciate pull requests (including adding Q&A's toFAQ.md and improving our installation instructions and troubleshooting documents). Please seeCONTRIBUTING.md for more information about contributing to Detectron.

References

About

FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python94.4%
  • CMake4.4%
  • Other1.2%

[8]ページ先頭

©2009-2025 Movatter.jp