awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
facebookresearch avatar

facebookresearch/DetectronArchived

0
View on GitHub↗
26,370 stars·5,387 forks·Python·Apache-2.0·29 views

Detectron

Detectron is a PyTorch object detection framework and computer vision research platform. It provides implementations of neural network architectures for locating and identifying objects in images, including Mask R-CNN for generating instance segmentation masks and RetinaNet for one-stage detection.

The platform supports computer vision prototyping and object detection research through the deployment of pre-trained baseline models. This allows for the rapid implementation and evaluation of visual recognition systems.

Its capabilities cover image object localization and instance segmentation workflows. These are supported by structural components such as feature pyramid networks, region-based convolutional networks, and two-stage detection pipelines.

Features

  • Object Detection - Identifies and locates multiple objects within images using bounding boxes and neural network classification.
  • Instance Segmentation Engines - Generates pixel-level masks to isolate individual object instances using architectures like Mask R-CNN.
  • Object Mask Generators - Implements Mask R-CNN to create precise outlines for objects using bounding boxes and segmentation masks.
  • Feature Extraction - Implements deep convolutional neural networks to extract high-level semantic representations from images.
  • Computer Vision Platforms - Offers a comprehensive environment for developing and experimenting with image recognition and object detection algorithms.
  • Region-based Detection - Provides a two-stage pipeline using region proposal networks followed by refined classification and mask generation.
  • Anchor Box Generators - Provides utilities for generating reference bounding boxes of various scales and ratios for object detection.
  • Computer Vision Evaluation Tools - Supports the evaluation and prototyping of visual recognition systems using pre-trained baseline models.
  • Region Alignment - Uses bilinear interpolation to preserve spatial information and avoid misalignment in region proposals.
  • Multi-Scale Feature Pyramids - Utilizes architectures that aggregate hierarchical image representations to detect objects of varying sizes.
  • Object Detection Models - Provides a platform for experimenting with neural network architectures designed for object localization.
  • One-Stage Detectors - Implements RetinaNet as a one-stage detector utilizing focal loss to handle foreground-background class imbalance.
  • Computer Vision - Research platform for state-of-the-art object detection algorithms.
  • Face Detection Utilities - Object detection framework utilizing focal loss for dense detection.
  • Object Detection - Dense object detection using focal loss mechanisms.
  • Object Detection Frameworks - FAIR's research platform for implementing advanced object detection algorithms.
  • Region Based Detectors - High-performance research platform for object detection and segmentation.
  • Segmentation Loss Functions - Provides focal loss implementations for dense object detection tasks.
  • Video Analysis - Group normalization techniques for visual recognition tasks.

Star history

Star history chart for facebookresearch/detectronStar history chart for facebookresearch/detectron

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Detectron

These projects share indexed features with Detectron. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • paddlepaddle/paddledetectionPaddlePaddle avatar

    PaddlePaddle/PaddleDetection

    14,243View on GitHub↗

    PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of computer vision models. It provides a comprehensive library of modular neural network architectures and pipelines that support object detection, instance segmentation, and multi-object tracking tasks. The project distinguishes itself through a configuration-driven approach that decouples model components like backbones and heads, allowing for the flexible assembly of custom vision workflows. It incorporates advanced techniques such as anchor-free detection logic, joint detecti

    Pythonblazefacedeepsortdetr
    View on GitHub↗14,243
  • facebookresearch/detectron2facebookresearch avatar

    facebookresearch/detectron2

    34,548View on GitHub↗

    Detectron2 is a PyTorch computer vision framework and visual recognition platform designed for training and deploying models for object detection, image segmentation, and visual recognition. It provides a research-oriented environment for training complex vision models with multi-GPU acceleration. The project includes a specialized object detection library for identifying and locating multiple objects via bounding boxes, as well as an image segmentation toolkit for creating pixel-level masks through instance, semantic, and panoptic segmentation. Additionally, it features a human pose estimati

    Python
    View on GitHub↗34,548
  • meituan/yolov6meituan avatar

    meituan/YOLOv6

    5,882View on GitHub↗

    YOLOv6 is a single-stage deep learning framework designed for industrial object detection. It serves as a computer vision model trainer for identifying and locating objects within images, as well as an instance segmentation tool that delineates precise object boundaries using masks. The project includes a specialized mobile inference optimizer and a model quantization toolkit. These components focus on reducing model size and resolution to improve execution speed on ARM-based chipsets and converting models to low-precision formats to decrease file size. The framework covers a broad range of

    Jupyter Notebookobject-detectionpytorchyolo
    View on GitHub↗5,882
  • facebookresearch/maskrcnn-benchmarkfacebookresearch avatar

    facebookresearch/maskrcnn-benchmark

    9,370View on GitHub↗

    This project is a modular PyTorch framework for training and evaluating object detection and instance segmentation models. It serves as a computer vision research tool and a deep learning inference engine designed to identify object locations, classes, and pixel-level masks within images. The framework implements a two-stage inference pipeline that utilizes region proposal networks and a symmetric mask-head architecture. It provides specialized capabilities for instance segmentation, object bounding box detection, and human pose estimation via anatomical keypoint detection. The system includ

    Python
    View on GitHub↗9,370
Compare all 30 related projects→

Frequently asked questions

What does facebookresearch/detectron do?

Detectron is a PyTorch object detection framework and computer vision research platform. It provides implementations of neural network architectures for locating and identifying objects in images, including Mask R-CNN for generating instance segmentation masks and RetinaNet for one-stage detection.

What are the main features of facebookresearch/detectron?

The main features of facebookresearch/detectron are: Object Detection, Instance Segmentation Engines, Object Mask Generators, Feature Extraction, Computer Vision Platforms, Region-based Detection, Anchor Box Generators, Computer Vision Evaluation Tools.

Which projects share features with facebookresearch/detectron?

Projects with overlapping indexed features include: paddlepaddle/paddledetection — PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of… facebookresearch/detectron2 — Detectron2 is a PyTorch computer vision framework and visual recognition platform designed for training and deploying… meituan/yolov6 — YOLOv6 is a single-stage deep learning framework designed for industrial object detection. It serves as a computer… facebookresearch/maskrcnn-benchmark — This project is a modular PyTorch framework for training and evaluating object detection and instance segmentation… matterport/mask_rcnn — This project is a TensorFlow and Keras implementation of the Mask R-CNN architecture. It provides a framework for… facebookresearch/detr — This project provides a transformer-based object detection model that treats the task as a direct set prediction…