awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 个仓库

Awesome GitHub RepositoriesRegion Alignment

Preserves spatial information during feature extraction using interpolation for pixel-level localization.

Distinct from Computer Vision Features: Focuses on alignment for segmentation, distinct from general visual feature extraction.

Explore 9 awesome GitHub repositories matching artificial intelligence & ml · Region Alignment. Refine with filters or upvote what's useful.

Awesome Region Alignment GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • d2l-ai/d2l-end2l-ai 的头像

    d2l-ai/d2l-en

    29,001在 GitHub 上查看↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Shares convolutional computation across images and uses pooling to normalize features from variable-sized regions for faster processing.

    Pythonbookcomputer-visiondata-science
    在 GitHub 上查看↗29,001
  • facebookresearch/detectronfacebookresearch 的头像

    facebookresearch/Detectron

    26,370在 GitHub 上查看↗

    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 w

    Uses bilinear interpolation to preserve spatial information and avoid misalignment in region proposals.

    Python
    在 GitHub 上查看↗26,370
  • matterport/mask_rcnnmatterport 的头像

    matterport/Mask_RCNN

    25,564在 GitHub 上查看↗

    This project is a TensorFlow and Keras implementation of the Mask R-CNN architecture. It provides a framework for performing simultaneous object detection and instance segmentation, transforming raw images into segmented masks and bounding boxes for individual object identification. The toolset enables custom computer vision training through fine-tuning pre-trained weights and integrating user-provided datasets. It includes capabilities for distributed GPU training to accelerate the optimization of large vision models. The framework covers model evaluation using standard precision metrics an

    Uses bilinear interpolation to align regions of interest, ensuring precise spatial alignment for pixel-level mask prediction.

    Pythoninstance-segmentationkerasmask-rcnn
    在 GitHub 上查看↗25,564
  • jomjol/ai-on-the-edge-devicejomjol 的头像

    jomjol/AI-on-the-edge-device

    8,461在 GitHub 上查看↗

    AI-on-the-edge-device is an edge AI meter digitizer and computer vision image processor designed to convert images of analog and digital utility meters into numeric values. It functions as an IoT gateway that runs neural network inference locally on hardware to monitor water, power, and gas readings. The system is distinguished by its ability to handle both analog pointers and digital digits through custom-trained neural networks. It includes specialized tools for image alignment, region-of-interest extraction, and hardware-level lighting control to minimize glare on glass surfaces. To mainta

    Extracts specific image coordinates and applies geometric corrections for consistent model input.

    C++
    在 GitHub 上查看↗8,461
  • jwyang/faster-rcnn.pytorchjwyang 的头像

    jwyang/faster-rcnn.pytorch

    7,859在 GitHub 上查看↗

    该项目是一个实现 Faster R-CNN 架构的 PyTorch 目标检测框架。它作为一种视觉模型,用于预测图像和实时视频流中多个目标周围的精确边界框。 该系统针对多 GPU 训练进行了优化,以减少模型收敛所需的时间。它利用 GPU 加速设计来处理复杂检测网络的训练和推理。 该框架涵盖了完整的目标检测生命周期,包括针对静态图像和实时视频流的自定义网络训练和推理。它包括使用标准化数据集进行模型性能验证的功能,以及诸如基于长宽比的分组和分布式工作负载等训练优化。

    Isolates features from specific regions of interest using pooling and alignment to improve detection accuracy.

    Python
    在 GitHub 上查看↗7,859
  • open-mmlab/mmcvopen-mmlab 的头像

    open-mmlab/mmcv

    6,446在 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

    Extracts fixed-size feature maps from variable-sized regions of interest using pooling operations.

    Python
    在 GitHub 上查看↗6,446
  • dbolya/yolactdbolya 的头像

    dbolya/yolact

    5,231在 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

    Extracts feature maps by pooling data according to the geometry of detected bounding boxes.

    Python
    在 GitHub 上查看↗5,231
  • msracver/deformable-convnetsmsracver 的头像

    msracver/Deformable-ConvNets

    4,116在 GitHub 上查看↗

    Deformable-ConvNets 是一个计算机视觉框架和神经网络组件集合,旨在实现可变形卷积神经网络。它提供自适应卷积层和池化实现,根据输入特征修改其感受野,以更好地捕捉图像中物体的几何形状。 该项目支持使用可学习的采样偏移和调制掩码,将卷积网格与目标物体形状对齐。它包含用于可视化卷积和池化层中学习到的偏移的专用工具,从而能够分析网络如何调整其空间感受野。 这些功能被应用于提高目标检测的准确性并优化语义分割。该框架支持通过可变形池化从感兴趣区域提取特征,以将采样区域与实际物体边界对齐。 该实现包含一个用于执行和评估这些专用网络架构的训练流水线。

    Implements a deformable ROI pooling mechanism that aligns feature extraction grids with the actual geometry of target objects.

    Python
    在 GitHub 上查看↗4,116
  • chenyuntc/simple-faster-rcnn-pytorchchenyuntc 的头像

    chenyuntc/simple-faster-rcnn-pytorch

    4,034在 GitHub 上查看↗

    该项目是 Faster R-CNN 目标检测架构的 PyTorch 实现。它提供了一个框架,用于使用深度学习系统识别图像中的多个对象类别及其对应的边界框。 该实现包括用于在自定义数据集上优化模型的训练流水线,以及用于将预训练权重从外部格式转换为模型初始化兼容结构的工具。 该系统涵盖了包含区域建议网络(RPN)和 ROI 池化层的两阶段检测流水线。它结合了多任务损失函数和基于锚点的边界框回归来细化对象位置。 该项目包含用于实时可视化训练损失和预测准确率的工具,以监控模型性能。

    Implements an ROI pooling layer to provide consistent feature map sizes for the classification head.

    Jupyter Notebookcupyfaster-rcnnobject-detection
    在 GitHub 上查看↗4,034
  1. Home
  2. Artificial Intelligence & ML
  3. Computer Vision Features
  4. Region Alignment

探索子标签

  • Region Pooling2 个子标签Standardization of feature map regions into uniform spatial dimensions for consistent classification. **Distinct from Region Alignment:** Distinct from Region Alignment: focuses on spatial dimensionality reduction and standardization rather than pixel-level coordinate alignment.