TFFRCNN
Object detector
A TensorFlow-based implementation of Faster R-CNN object detection using pre-trained ResNet networks and custom datasets.
FastER RCNN built on tensorflow
874 stars
52 watching
418 forks
Language: Python
last commit: over 6 years ago
Linked from 1 awesome list
detectionfaster-rcnnpedestrianpvanetrcnntensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
robertcsordas/rfcn-tensorflow | An implementation of a deep learning model for object detection and segmentation in images | 292 |
eniac-xie/faster-rcnn-resnet | An implementation of Faster R-CNN using ResNet architecture with online hard example mining for object detection | 207 |
xiaolonw/adversarial-frcnn | A Caffe-based implementation of A-Fast-RCNN, a method for object detection using adversarial networks. | 482 |
ijkguo/mx-rcnn | An implementation of Faster R-CNN using MXNet for object detection tasks | 671 |
ruotianluo/pytorch-faster-rcnn | An implementation of Faster R-CNN detection framework in PyTorch | 1,816 |
ruotianluo/faster-rcnn-densecap-torch | An implementation of Faster R-CNN object detection in PyTorch, modified from DenseCap. | 85 |
yuwenxiong/py-r-fcn | A Python implementation of an object detection algorithm using region-based fully convolutional networks | 1,048 |
jessemelpolio/faster_rcnn_for_dota | This repository provides code for training a Faster R-CNN object detection model on DOTA datasets. | 336 |
tusimple/mx-maskrcnn | An implementation of Mask R-CNN using MXNet and Resnet-50-FPN for object detection and segmentation in images. | 1,755 |
daijifeng001/r-fcn | A MATLAB implementation of an object detection framework that leverages deep fully convolutional networks to accurately and efficiently detect objects in images. | 1,245 |
zengarden/light_head_rcnn | A research implementation of an object detection algorithm using a lightweight architecture | 834 |
apple2373/chainer-simple-fast-rnn | An implementation of the fast R-CNN object detection algorithm using Chainer and OpenCV. | 42 |
andreaskoepf/faster-rcnn.torch | An experimental implementation of a real-time object detection system using a neural network with region proposal generation. | 122 |
taokong/ron | A deep learning framework for object detection tasks using a novel neural network architecture | 355 |
xiaohaochen/rrc_detection | An object detection framework utilizing recurrent rolling convolution for accurate single-stage detection | 361 |