faster-rcnn.pytorch
Object detector
An object detection implementation built on top of PyTorch, supporting multi-image batch training and multiple GPUs.
A faster pytorch implementation of faster r-cnn
8k stars
91 watching
2k forks
Language: Python
last commit: over 2 years ago faster-rcnnpytorch
Related projects:
Repository | Description | Stars |
---|---|---|
chenyuntc/simple-faster-rcnn-pytorch | An open-source implementation of Faster R-CNN using PyTorch | 3,995 |
rbgirshick/py-faster-rcnn | A Python implementation of object detection with region proposal networks | 8,126 |
shaoqingren/faster_rcnn | An object detection framework using deep convolutional networks and region proposal networks. | 2,710 |
rbgirshick/fast-rcnn | A framework for object detection using deep ConvNets | 3,345 |
smallcorgi/faster-rcnn_tf | An experimental implementation of Faster R-CNN object detection using TensorFlow | 2,340 |
ruotianluo/pytorch-faster-rcnn | An implementation of Faster R-CNN detection framework in PyTorch | 1,817 |
endernewton/tf-faster-rcnn | An implementation of a real-time object detection framework using region proposal networks. | 3,648 |
rbgirshick/rcnn | A visual object detection system that combines region proposals with neural network features to improve detection performance. | 2,379 |
longcw/faster_rcnn_pytorch | An implementation of Faster R-CNN using PyTorch | 1,724 |
ruotianluo/faster-rcnn-densecap-torch | An implementation of Faster R-CNN object detection in PyTorch, modified from DenseCap. | 85 |
jessemelpolio/faster_rcnn_for_dota | This repository provides code for training a Faster R-CNN object detection model on DOTA datasets. | 336 |
charlesshang/fastmaskrcnn | An implementation of Mask R-CNN in TensorFlow, enabling object detection and segmentation using pre-trained models. | 3,098 |
timesler/facenet-pytorch | This project provides pre-trained PyTorch models for face detection and recognition tasks. | 4,550 |
diego999/pygat | An implementation of the Graph Attention Network model using PyTorch. | 2,914 |
pytorch/pytorch | A Python library providing tensors and dynamic neural networks with strong GPU acceleration | 83,959 |