Faster-RCNN-Densecap-torch
Object detector
An implementation of Faster R-CNN object detection in PyTorch, modified from DenseCap.
Faster-RCNN based on Densecap(deprecated)
85 stars
4 watching
16 forks
Language: Jupyter Notebook
last commit: about 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ruotianluo/pytorch-faster-rcnn | An implementation of Faster R-CNN detection framework in PyTorch | 1,817 |
jessemelpolio/faster_rcnn_for_dota | This repository provides code for training a Faster R-CNN object detection model on DOTA datasets. | 336 |
charlesshang/tffrcnn | A TensorFlow-based implementation of Faster R-CNN object detection using pre-trained ResNet networks and custom datasets. | 874 |
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 |
eniac-xie/faster-rcnn-resnet | An implementation of a Faster R-CNN object detection algorithm using a ResNet neural network architecture. | 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 |
zengarden/light_head_rcnn | A research implementation of an object detection algorithm using a variant of the R-CNN model with a light head architecture. | 834 |
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 |
kuangliu/pytorch-retinanet | This is a PyTorch implementation of the RetinaNet object detection algorithm with Focal Loss optimization. | 995 |
apple2373/chainer-simple-fast-rnn | An implementation of the fast R-CNN object detection algorithm using Chainer and OpenCV. | 42 |
tusimple/mx-maskrcnn | An implementation of Mask R-CNN using MXNet and Resnet-50-FPN for object detection and segmentation in images. | 1,755 |
yuwenxiong/py-r-fcn | An implementation of R-FCN, an object detection algorithm using region-based fully convolutional networks. | 1,048 |