facebookresearch/detectron2

Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 26 minutes ago
Added to GitGenius on September 1st, 2026
Created on September 5th, 2019
Open Issues & Pull Requests: 589 (+0)
GitHub issues: Enabled
Number of forks: 7,937
Total Stargazers: 34,703 (+0)
Total Subscribers: 398 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 31.8 hours
Mean response time: 108.6 days
90th percentile: 406.0 days
Tracked items: 118

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 8% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 90
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 906 days
Stale 30+ days: 88
Stale 90+ days: 85

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • needs-more-info (61)
  • invalid/unrelated (54)
  • enhancement (29)
  • documentation (24)
  • densepose (6)
  • contributions welcome (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Detectron2 is a platform for object detection, instance segmentation, panoptic segmentation, and other visual recognition tasks.

The platform addresses the need for a flexible, modular framework to build and train computer vision models. Detectron2 provides pre-trained models and a composable architecture that lets developers assemble detection and segmentation pipelines from reusable components. Rather than enforcing a single model design, it separates concerns like backbone networks, region proposal generation, and head architectures so users can mix and match implementations to suit their specific requirements.

Detectron2 suits researchers and practitioners building production computer vision systems who need both out-of-the-box models and the ability to customize architectures. The platform works well for projects requiring instance or panoptic segmentation alongside detection, or where architectural experimentation is central to the work. Teams should adopt it when they need a research-grade framework that does not lock them into predetermined model structures, and when they want access to pre-trained weights across multiple detection and segmentation variants.

The project maintains active development with regular updates to its codebase and documentation. Contributors engage consistently with issues and pull requests, indicating sustained attention to user-reported problems and feature requests. The repository shows ongoing refinement of its core components and examples, suggesting the maintainers continue to invest in both the framework's stability and its usability for new adopters.