pytorch-faster-rcnn
Object detector
An implementation of Faster R-CNN detection framework in PyTorch
pytorch1.0 updated. Support cpu test and demo. (Use detectron2, it's a masterpiece)
2k stars
40 watching
474 forks
Language: Jupyter Notebook
last commit: about 4 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
ruotianluo/faster-rcnn-densecap-torch | An implementation of Faster R-CNN object detection in PyTorch, modified from DenseCap. | 85 |
longcw/faster_rcnn_pytorch | An implementation of Faster R-CNN using PyTorch | 1,724 |
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. | 875 |
kuangliu/pytorch-retinanet | This is a PyTorch implementation of the RetinaNet object detection algorithm with Focal Loss optimization. | 996 |
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 |
zengarden/light_head_rcnn | This repository provides code and instructions for training and deploying a Light-Head R-CNN object detection model on the COCO dataset. | 834 |
wannabeog/mask-rcnn | A PyTorch implementation of the Mask R-CNN architecture | 994 |
ruiminshen/yolo2-pytorch | A PyTorch implementation of the YOLO (You Only Look Once) v2 object detection algorithm with flexible configuration and parallel training capabilities. | 440 |
andreaskoepf/faster-rcnn.torch | An experimental implementation of a real-time object detection system using a neural network with region proposal generation. | 122 |
jwyang/faster-rcnn.pytorch | An object detection implementation built on top of PyTorch, supporting multi-image batch training and multiple GPUs. | 7,709 |
xiaolonw/adversarial-frcnn | A Caffe-based implementation of A-Fast-RCNN, a method for object detection using adversarial networks. | 482 |
mitmul/chainer-faster-rcnn | Implementation of object detection using Faster R-CNN with Chainer deep learning framework | 288 |
xiong-zhitong/pytorch_rfcn | An implementation of an object detection algorithm using PyTorch and region-based fully convolutional networks | 279 |