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
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
msracver avatar

msracver/Deformable-ConvNets

0
View on GitHub↗
4,116 estrellas·952 forks·Python·MIT·2 vistas

Deformable ConvNets

Deformable-ConvNets es un framework de visión artificial y una colección de componentes de redes neuronales diseñados para implementar redes neuronales convolucionales deformables. Proporciona capas convolucionales adaptativas e implementaciones de pooling que modifican sus campos receptivos basándose en las características de entrada para capturar mejor la geometría de los objetos dentro de las imágenes.

El proyecto permite el uso de offsets de muestreo aprendibles y máscaras de modulación para alinear las rejillas convolucionales con las formas de los objetos objetivo. Incluye herramientas especializadas para visualizar los offsets aprendidos en las capas de convolución y pooling, permitiendo analizar cómo la red adapta su campo receptivo espacial.

Estas capacidades se aplican para mejorar la precisión en la detección de objetos y refinar la segmentación semántica. El framework admite la extracción de características de regiones de interés mediante pooling deformable para alinear las áreas de muestreo con los límites reales de los objetos.

La implementación incluye un pipeline de entrenamiento para ejecutar y evaluar estas arquitecturas de red especializadas.

Features

  • Learnable Spatial Offsets - Enables the use of learnable 2D offsets to adjust convolutional grids to match object shapes in images.
  • Deformable ROI Pooling - Implements a deformable ROI pooling mechanism that aligns feature extraction grids with the actual geometry of target objects.
  • Deformable - Implements deep learning architectures that adapt convolutional sampling grids to fit the geometry of objects.
  • Dynamic Receptive Field Modeling - Uses learnable offsets in convolutional layers to dynamically change how features are sampled based on image content.
  • Adaptive Convolutional Layers - Provides neural network layers that modify their receptive fields to better capture complex object shapes.
  • Deformable Convolutions - Provides deformable convolutional layers that adjust sampling grids to improve object detection and semantic segmentation.
  • Modulated - Combines learnable offsets and modulation mechanisms to fit the receptive field accurately to object shapes.
  • Modulated Receptive Fields - Implements learnable modulation masks to scale pixel contributions and ignore irrelevant background noise in receptive fields.
  • Computer Vision Frameworks - Provides a framework of tools for improving object detection and segmentation via learnable sampling offsets.
  • Adaptive Sampling Grids - Modifies spatial sampling patterns based on input geometry to provide a flexible and adaptive receptive field.
  • CNN Kernel Visualizations - Provides a utility for rendering learned convolutional offsets to analyze adaptive spatial sampling.
  • 2D Convolutional Rendering - Renders learned offsets of convolutions and pooling layers to visualize how the network adapts its spatial sampling.
  • Offset Visualizations - Provides specialized tools to render and analyze how the network adapts its spatial receptive field through learned offsets.
  • Object Detection - Improves the precision of object detection by allowing convolutional grids to adapt to object shapes.
  • Semantic Image Segmentations - Refines semantic image segmentation by adjusting sampling grids to better fit object boundaries.
  • CUDA Compute Kernels - Provides high-performance C++ CUDA compute kernels to execute the sampling and interpolation logic on GPUs.
  • Object Detection - Deformable convolutional networks for detection.
  • Segmentation Architectures - Deformable convolutional networks for segmentation tasks.

Historial de estrellas

Gráfico del historial de estrellas de msracver/deformable-convnetsGráfico del historial de estrellas de msracver/deformable-convnets

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

Preguntas frecuentes

¿Qué hace msracver/deformable-convnets?

Deformable-ConvNets es un framework de visión artificial y una colección de componentes de redes neuronales diseñados para implementar redes neuronales convolucionales deformables. Proporciona capas convolucionales adaptativas e implementaciones de pooling que modifican sus campos receptivos basándose en las características de entrada para capturar mejor la geometría de los objetos dentro de las imágenes.

¿Cuáles son las características principales de msracver/deformable-convnets?

Las características principales de msracver/deformable-convnets son: Learnable Spatial Offsets, Deformable ROI Pooling, Deformable, Dynamic Receptive Field Modeling, Adaptive Convolutional Layers, Deformable Convolutions, Modulated, Modulated Receptive Fields.

¿Qué alternativas de código abierto existen para msracver/deformable-convnets?

Las alternativas de código abierto para msracver/deformable-convnets incluyen: dbolya/yolact — Yolact is a computer vision framework and real-time instance segmentation model. It utilizes a fully convolutional… open-mmlab/mmcv — mmcv is a foundation library for computer vision based on PyTorch. It provides a comprehensive system for constructing… dmlc/gluon-cv — Gluon-CV is an MXNet computer vision library that provides a comprehensive collection of pre-implemented vision… open-mmlab/mmdetection — This project is a modular research toolkit designed for developing, training, and evaluating deep learning models for… facebookresearch/detectron2 — Detectron2 is a PyTorch computer vision framework and visual recognition platform designed for training and deploying… weecology/deepforest — Python Package for Airborne RGB machine learning.

Alternativas open-source a Deformable ConvNets

Proyectos open-source similares, clasificados según cuántas características comparten con Deformable ConvNets.
  • dbolya/yolactAvatar de dbolya

    dbolya/yolact

    5,231Ver en GitHub↗

    Yolact is a computer vision framework and real-time instance segmentation model. It utilizes a fully convolutional neural network to detect objects and generate pixel-level masks for images and video feeds. The system employs prototypical mask generation to create global mask prototypes that are linearly combined for instance-specific results. It incorporates deformable convolutional layers and deformable region-of-interest pooling to adapt spatial sampling to the irregular shapes of objects. The framework covers the full model development lifecycle, including training on custom datasets, ac

    Python
    Ver en GitHub↗5,231
  • open-mmlab/mmcvAvatar de open-mmlab

    open-mmlab/mmcv

    6,446Ver en GitHub↗

    mmcv is a foundation library for computer vision based on PyTorch. It provides a comprehensive system for constructing convolutional neural networks, a toolkit for image and video preprocessing, and a collection of high-performance deep learning vision operators. The project is distinguished by its hardware-accelerated kernels for complex operations such as deformable convolutions and region pooling. It features a configuration-driven framework that allows for the dynamic instantiation of network layers and the registration of custom modules without modifying code. The library covers a broad

    Python
    Ver en GitHub↗6,446
  • dmlc/gluon-cvAvatar de dmlc

    dmlc/gluon-cv

    5,922Ver en GitHub↗

    Gluon-CV is an MXNet computer vision library that provides a comprehensive collection of pre-implemented vision architectures and training pipelines. It serves as a deep learning research toolkit and a model zoo containing state-of-the-art pre-trained weights for image and video analysis. The project includes a specialized human pose estimation library and a model compression toolkit. These tools allow for the pruning and quantization of deep learning models to increase inference speed and facilitate deployment on constrained edge hardware. The library covers a broad range of vision capabili

    Pythonaction-recognitioncomputer-visiondeep-learning
    Ver en GitHub↗5,922
  • open-mmlab/mmdetectionAvatar de open-mmlab

    open-mmlab/mmdetection

    32,756Ver en GitHub↗

    This project is a modular research toolkit designed for developing, training, and evaluating deep learning models for object detection, segmentation, and video instance tracking. It provides a flexible training engine that manages complex neural network execution, including distributed training, custom lifecycle hooks, and weight optimization. The framework is built around a hierarchical configuration system that allows users to define architectures, data pipelines, and training hyperparameters through composable, inheritable files. The project distinguishes itself through its highly modular

    Pythoncascade-rcnnconvnextdetr
    Ver en GitHub↗32,756
  • Ver las 30 alternativas a Deformable ConvNets→