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
rbgirshick avatar

rbgirshick/py-faster-rcnn

0
View on GitHub↗
8,287 stars·4,074 forks·Python·18 views

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 history

Star history chart for rbgirshick/py-faster-rcnnStar history chart for rbgirshick/py-faster-rcnn

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 Py Faster Rcnn

These projects share indexed features with Py Faster Rcnn. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • matterport/mask_rcnnmatterport avatar

    matterport/Mask_RCNN

    25,564View on 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
    View on GitHub↗25,564
  • jwyang/faster-rcnn.pytorchjwyang avatar

    jwyang/faster-rcnn.pytorch

    7,859View on 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
    View on GitHub↗7,859
  • chenyuntc/simple-faster-rcnn-pytorchchenyuntc avatar

    chenyuntc/simple-faster-rcnn-pytorch

    4,034View on 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
    View on GitHub↗4,034
  • amdegroot/ssd.pytorchamdegroot avatar

    amdegroot/ssd.pytorch

    5,224View on 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
    View on GitHub↗5,224
Compare all 30 related projects→

Frequently asked questions

What does rbgirshick/py-faster-rcnn do?

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.

What are the main features of rbgirshick/py-faster-rcnn?

The main features of rbgirshick/py-faster-rcnn are: Object Detection, Anchor Box Systems, Convolutional Neural Networks, Detection Model Training, Feature Map Sharing, Image Recognition Systems, Detection Pipelines, Training.

Which projects share features with rbgirshick/py-faster-rcnn?

Projects with overlapping indexed features include: 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…