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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
facebookresearch avatar

facebookresearch/DetectronArchived

0
View on GitHub↗
26,370 estrellas·5,387 forks·Python·Apache-2.0·12 vistas

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.
  • Visión artificial - 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.

Historial de estrellas

Gráfico del historial de estrellas de facebookresearch/detectronGráfico del historial de estrellas de facebookresearch/detectron

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Detectron

Proyectos open-source similares, clasificados según cuántas características comparten con Detectron.
  • paddlepaddle/paddledetectionAvatar de PaddlePaddle

    PaddlePaddle/PaddleDetection

    14,243Ver en 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
    Ver en GitHub↗14,243
  • facebookresearch/detectron2Avatar de facebookresearch

    facebookresearch/detectron2

    34,548Ver en 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
    Ver en GitHub↗34,548
  • meituan/yolov6Avatar de meituan

    meituan/YOLOv6

    5,882Ver en 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
    Ver en GitHub↗5,882
  • facebookresearch/maskrcnn-benchmarkAvatar de facebookresearch

    facebookresearch/maskrcnn-benchmark

    9,370Ver en 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
    Ver en GitHub↗9,370
Ver las 30 alternativas a Detectron→

Preguntas frecuentes

¿Qué hace facebookresearch/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.

¿Cuáles son las características principales de facebookresearch/detectron?

Las características principales de facebookresearch/detectron son: Object Detection, Instance Segmentation Engines, Object Mask Generators, Feature Extraction, Computer Vision Platforms, Region-based Detection, Anchor Box Generators, Computer Vision Evaluation Tools.

¿Qué alternativas de código abierto existen para facebookresearch/detectron?

Las alternativas de código abierto para facebookresearch/detectron incluyen: 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…