chainer-simple-fast-rnn
Object detector
An implementation of the fast R-CNN object detection algorithm using Chainer and OpenCV.
Chainer's simple implementation of fast R-CNN
43 stars
5 watching
23 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mitmul/chainer-faster-rcnn | Implementation of object detection using Faster R-CNN with Chainer deep learning framework | 288 |
charlesshang/tffrcnn | A TensorFlow-based implementation of Faster R-CNN object detection using pre-trained ResNet networks and custom datasets. | 875 |
xiaolonw/adversarial-frcnn | A Caffe-based implementation of A-Fast-RCNN, a method for object detection using adversarial networks. | 482 |
eniac-xie/faster-rcnn-resnet | An implementation of Faster R-CNN using ResNet architecture with modifications to reduce memory usage and improve performance. | 207 |
ijkguo/mx-rcnn | An implementation of Faster R-CNN using MXNet for object detection tasks | 671 |
ruotianluo/faster-rcnn-densecap-torch | An implementation of Faster R-CNN object detection in PyTorch, modified from DenseCap. | 85 |
ruotianluo/pytorch-faster-rcnn | An implementation of Faster R-CNN detection framework in PyTorch | 1,817 |
mahyarnajibi/fast-rcnn-torch | A Torch implementation of the Fast R-CNN object detection algorithm | 134 |
andreaskoepf/faster-rcnn.torch | An experimental implementation of a real-time object detection system using a neural network with region proposal generation. | 122 |
robertcsordas/rfcn-tensorflow | An implementation of a deep learning model for object detection and segmentation in images | 292 |
jessemelpolio/faster_rcnn_for_dota | This repository provides code for training a Faster R-CNN object detection model on DOTA datasets. | 336 |
wkentaro/fcn | An implementation of fully convolutional networks in Chainer, a deep learning framework. | 218 |
jxr326/swinmcnet | A Python-based object detection framework utilizing transformers and computer vision techniques to detect salient objects in RGB-thermal images | 16 |
yuwenxiong/py-r-fcn | A Python implementation of object detection using region-based fully convolutional networks | 1,048 |
lz118/deep-correlation-network | Develops a deep neural network model for detecting salient objects in RGBT images using correlation information from other colors. | 13 |