pytorch_RFCN
Region detector
An implementation of an object detection algorithm using PyTorch and region-based fully convolutional networks
279 stars
16 watching
54 forks
Language: Python
last commit: almost 8 years ago
Linked from 1 awesome list
detectionpytorchr-fcn
Related projects:
Repository | Description | Stars |
---|---|---|
yuwenxiong/py-r-fcn | An implementation of R-FCN, an object detection algorithm using region-based fully convolutional networks. | 1,048 |
yunlongdong/fcn-pytorch | A PyTorch implementation of FCN for semantic segmentation with an easy-to-use interface and pre-trained models. | 161 |
ruotianluo/pytorch-faster-rcnn | An implementation of Faster R-CNN detection framework in PyTorch | 1,816 |
pochih/fcn-pytorch | A Python implementation of fully convolutional networks for semantic segmentation in computer vision. | 409 |
chenyuntc/dsod.pytorch | An implementation of the Deep Supervised Object Detector from scratch using PyTorch. | 70 |
kuangliu/pytorch-retinanet | This is a PyTorch implementation of the RetinaNet object detection algorithm with Focal Loss optimization. | 997 |
clcarwin/sfd_pytorch | An implementation of a face detection algorithm using PyTorch | 230 |
yjxiong/tsn-pytorch | A PyTorch implementation of Temporal Segment Networks (TSN) for action recognition and video understanding. | 1,066 |
hciilab/derpn | Improves object detection by generating region proposals with increased adaptivity. | 156 |
ruotianluo/faster-rcnn-densecap-torch | An implementation of Faster R-CNN object detection in PyTorch, modified from DenseCap. | 85 |
ignacio-rocco/detectorch | A PyTorch wrapper around Facebook AI Research's Detectron models for object detection and instance segmentation | 557 |
robertcsordas/rfcn-tensorflow | An implementation of a deep learning model for object detection and segmentation in images | 292 |
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 |
xiayandi/pytorch_text_classification | An implementation of convolutional neural networks for text classification using PyTorch | 66 |
alexander-h-liu/malconv-pytorch | An implementation of MalConv for malware detection using PyTorch | 71 |