py-faster-rcnn

Object detector

A Python implementation of object detection with region proposal networks

Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version

GitHub

8k stars
293 watching
4k forks
Language: Python
last commit: about 5 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
shaoqingren/faster_rcnn An object detection framework using deep convolutional networks and region proposal networks. 2,712
rbgirshick/fast-rcnn A framework for object detection using deep ConvNets 3,348
jwyang/faster-rcnn.pytorch An object detection implementation built on top of PyTorch, supporting multi-image batch training and multiple GPUs. 7,693
chenyuntc/simple-faster-rcnn-pytorch An open-source implementation of Faster R-CNN using PyTorch 3,995
smallcorgi/faster-rcnn_tf An experimental implementation of Faster R-CNN object detection using TensorFlow 2,340
rbgirshick/rcnn A visual object detection system that combines region proposals with neural network features to improve detection performance. 2,380
endernewton/tf-faster-rcnn An object detection framework based on Faster R-CNN using TensorFlow as the primary back-end technology. 3,648
charlesshang/fastmaskrcnn An implementation of Mask R-CNN in TensorFlow, enabling object detection and segmentation using pre-trained models. 3,098
jessemelpolio/faster_rcnn_for_dota This repository provides code for training a Faster R-CNN object detection model on DOTA datasets. 336
longcw/faster_rcnn_pytorch An implementation of Faster R-CNN using PyTorch 1,724
mitmul/chainer-faster-rcnn Implementation of object detection using Faster R-CNN with Chainer deep learning framework 288
ruotianluo/pytorch-faster-rcnn An implementation of Faster R-CNN detection framework in PyTorch 1,816
matterport/mask_rcnn An implementation of object detection and instance segmentation using a Feature Pyramid Network (FPN) backbone. 24,714
ruotianluo/faster-rcnn-densecap-torch An implementation of Faster R-CNN object detection in PyTorch, modified from DenseCap. 85
charlesshang/tffrcnn A TensorFlow-based implementation of Faster R-CNN object detection using pre-trained ResNet networks and custom datasets. 874