DSOD
Object Detector
A deep learning-based object detection system from scratch
DSOD: Learning Deeply Supervised Object Detectors from Scratch. In ICCV 2017.
706 stars
45 watching
210 forks
Language: Python
last commit: almost 5 years ago
Linked from 1 awesome list
from-scratchobject-detection
Related projects:
Repository | Description | Stars |
---|---|---|
chenyuntc/dsod.pytorch | An implementation of the Deep Supervised Object Detector from scratch using PyTorch. | 70 |
shi-labs/gfr-dsod | Improving Object Detection from Scratch via Gated Feature Reuse | 65 |
skyhehe123/sa-ssd | A deep learning model that uses 3D point cloud data to improve the precision of single-stage object detection in autonomous vehicles. | 493 |
bharath272/sds_eccv2014 | A Matlab implementation of simultaneous object detection and segmentation using deep learning techniques. | 96 |
shengcao-cao/hassod | Develops a neural network architecture for object detection and instance segmentation without labeled data | 51 |
matlab-deep-learning/pretrained-efficientdet-d0 | Provides pre-trained and customizable object detection capabilities using an efficient neural network architecture | 15 |
lz118/deep-correlation-network | Develops a deep neural network model for detecting salient objects in RGBT images using correlation information from other colors. | 13 |
damo-nlp-sg/vcd | An approach to reduce object hallucinations in large vision-language models by contrasting output distributions derived from original and distorted visual inputs | 209 |
ibm/max-object-detector | A tool for detecting objects in images using deep learning models | 290 |
lzx1413/caffe_ssd | An implementation of a unified framework for object detection using a single network. | 109 |
jingzhang617/cod-rank-localize-and-segment | Develops a system to detect, segment, and rank camouflaged objects in images. | 74 |
vdigpku/m2det | An object detection framework that combines multiple scales and levels to improve detection accuracy. | 1,450 |
zhreshold/mxnet-ssd | An object detection system implemented using MXNet and based on the Single Shot MultiBox Object Detector algorithm. | 763 |
jiwei0921/dmra | A Python implementation of a depth-induced multi-scale recurrent attention network for RGB-D saliency detection | 105 |
windaway/dsod-tensorflow | A TensorFlow implementation of the DSOD algorithm for object detection | 42 |