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

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

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

rbgirshick/py-faster-rcnn

0
View on GitHub↗
8,287 星标·4,074 分支·Python·10 次浏览

Py Faster Rcnn

This project is a Python implementation of the Faster R-CNN object detection framework. It serves as a convolutional neural network library and tool for locating and classifying multiple objects within images.

The framework provides a pre-trained model implementation that allows for object detection inference without manual training. It supports the full lifecycle of object detection, including training detectors on visual datasets to identify and bound specific object classes.

The system covers capabilities for computer vision model evaluation, neural network optimization to reduce model size and complexity, and the integration of external datasets for benchmarking.

Features

  • Object Detection - Provides a complete framework for identifying and locating objects within images using bounding boxes and classification.
  • Anchor Box Systems - Implements anchor box systems to define reference bounding boxes for object localization.
  • Convolutional Neural Networks - Provides a toolkit based on convolutional neural networks for processing image data and object recognition.
  • Detection Model Training - Provides a framework for training object detection models on custom visual datasets.
  • Feature Map Sharing - Uses a shared convolutional backbone to provide visual features for both proposal and detection networks.
  • Image Recognition Systems - Implements a system to automatically identify and categorize multiple objects within digital images.
  • Detection Pipelines - Employs a detection pipeline that sequentially processes image regions through proposal and classification stages.
  • Training - Supports training neural networks to identify and locate specific objects within images using annotated datasets.
  • Pre-trained Model Implementations - Implements the ability to load pre-trained weights to perform object detection inference without requiring manual training.
  • Region Proposal Networks - Implements a region proposal network to generate potential object locations from feature maps.
  • Object Detection Frameworks - Implements the Faster R-CNN architecture as a comprehensive toolkit for object detection.
  • Pre-trained Weight Loading - Allows importing pre-trained weights for detection and recognition models to run inference without training.
  • Alternating Optimization - Implements an alternating optimization loop to stabilize convergence between the proposal and detection networks.
  • Neural Network Model Compression - Provides methods to reduce model size and complexity to improve processing speed and memory efficiency.
  • Pre-trained Model Application - Provides methods for applying pre-trained weights to perform object detection without starting training from scratch.
  • Neural Network Compression - Provides techniques to reduce the size and complexity of the trained network to optimize memory usage.
  • Vision Model Evaluation - Includes frameworks for assessing the precision and robustness of computer vision models using benchmarks.
  • Pretrained Weight Initializers - Provides utilities for loading pre-trained weights to accelerate the convergence of the training process.
  • Model Evaluation - Includes tools for measuring detection precision and accuracy against ground truth test sets.

Star 历史

rbgirshick/py-faster-rcnn 的 Star 历史图表rbgirshick/py-faster-rcnn 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

rbgirshick/py-faster-rcnn 是做什么的?

This project is a Python implementation of the Faster R-CNN object detection framework. It serves as a convolutional neural network library and tool for locating and classifying multiple objects within images.

rbgirshick/py-faster-rcnn 的主要功能有哪些?

rbgirshick/py-faster-rcnn 的主要功能包括:Object Detection, Anchor Box Systems, Convolutional Neural Networks, Detection Model Training, Feature Map Sharing, Image Recognition Systems, Detection Pipelines, Training。

rbgirshick/py-faster-rcnn 有哪些开源替代品?

rbgirshick/py-faster-rcnn 的开源替代品包括: matterport/mask_rcnn — This project is a TensorFlow and Keras implementation of the Mask R-CNN architecture. It provides a framework for… jwyang/faster-rcnn.pytorch — This project is a PyTorch object detection framework that implements the Faster R-CNN architecture. It serves as a… chenyuntc/simple-faster-rcnn-pytorch — This project is a PyTorch implementation of the Faster R-CNN architecture for object detection. It provides a… amdegroot/ssd.pytorch — This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and… fundamentalvision/deformable-detr — Deformable-DETR is an object detection system for computer vision that uses a transformer-based encoder-decoder… open-mmlab/mmdetection — This project is a modular research toolkit designed for developing, training, and evaluating deep learning models for…

Py Faster Rcnn 的开源替代方案

相似的开源项目,按与 Py Faster Rcnn 的功能重合度排序。
  • 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

    Pythoninstance-segmentationkerasmask-rcnn
    在 GitHub 上查看↗25,564
  • jwyang/faster-rcnn.pytorchjwyang 的头像

    jwyang/faster-rcnn.pytorch

    7,859在 GitHub 上查看↗

    This project is a PyTorch object detection framework that implements the Faster R-CNN architecture. It serves as a vision model for predicting precise bounding boxes around multiple objects within images and live video feeds. The system is optimized for multi-GPU training to reduce the time required for model convergence. It utilizes a GPU-accelerated design to handle the training and inference of complex detection networks. The framework covers the full object detection lifecycle, including custom network training and inference for static images and real-time video streams. It includes capa

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

    chenyuntc/simple-faster-rcnn-pytorch

    4,034在 GitHub 上查看↗

    This project is a PyTorch implementation of the Faster R-CNN architecture for object detection. It provides a framework for identifying multiple object classes and their corresponding bounding boxes within images using a deep learning system. The implementation includes a training pipeline for optimizing models on custom datasets and a utility for converting pretrained weights from external formats into a compatible structure for model initialization. The system covers a two-stage detection pipeline comprising a region proposal network and an ROI pooling layer. It incorporates multi-task los

    Jupyter Notebookcupyfaster-rcnnobject-detection
    在 GitHub 上查看↗4,034
  • amdegroot/ssd.pytorchamdegroot 的头像

    amdegroot/ssd.pytorch

    5,224在 GitHub 上查看↗

    This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and localizing multiple objects within images and video. The project provides a neural network architecture designed for single-shot object detection, which predicts bounding boxes and class labels in one pass. The implementation includes a real-time object detector capable of processing live video streams to track and label objects across sequential frames. It also features a complete computer vision training pipeline for preparing image datasets and training model weights. The fra

    Pythoncomputer-visiondeep-learningimage-recognition
    在 GitHub 上查看↗5,224
  • 查看 Py Faster Rcnn 的所有 30 个替代方案→