dsod.pytorch
Object detector
An implementation of the Deep Supervised Object Detector from scratch using PyTorch.
Reimplement DSOD: Learning Deeply Supervised Object Detectors from Scratch.
70 stars
6 watching
12 forks
Language: Python
last commit: almost 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
szq0214/dsod | A deep learning-based object detection system from scratch | 706 |
clcarwin/sfd_pytorch | An implementation of a face detection algorithm using PyTorch | 230 |
wongkinyiu/yolor | An implementation of a unified network architecture for multiple object detection tasks using PyTorch | 1,992 |
kaiyangzhou/dassl.pytorch | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,236 |
xiong-zhitong/pytorch_rfcn | An implementation of an object detection algorithm using PyTorch and region-based fully convolutional networks | 279 |
shi-labs/gfr-dsod | Improving Object Detection from Scratch via Gated Feature Reuse | 65 |
robotlocomotion/pytorch-dense-correspondence | This project presents a method for learning dense object descriptors from self-supervised data, enabling tasks such as robotic manipulation and object recognition. | 561 |
ruotianluo/pytorch-faster-rcnn | An implementation of Faster R-CNN detection framework in PyTorch | 1,816 |
yuwenxiong/py-r-fcn | An implementation of R-FCN, an object detection algorithm using region-based fully convolutional networks. | 1,048 |
alexander-h-liu/malconv-pytorch | An implementation of MalConv for malware detection using PyTorch | 71 |
kuangliu/pytorch-retinanet | This is a PyTorch implementation of the RetinaNet object detection algorithm with Focal Loss optimization. | 997 |
zhanghang1989/pytorch-encoding | A Python framework for building deep learning models with optimized encoding layers and batch normalization. | 2,044 |
ayoolaolafenwa/pixellib | A deep learning library for image segmentation and object detection using PyTorch. | 1,054 |
kazuto1011/deeplab-pytorch | PyTorch implementation of DeepLab v2 for semantic segmentation on COCO-Stuff and PASCAL VOC datasets | 1,098 |
zisianw/faceboxes.pytorch | An implementation of a real-time face detector with high accuracy using PyTorch | 849 |