mxnet-dssd
Object detector
An implementation of Deconvolutional Single Shot Detector using MXNet and TDM architecture for object detection.
An mxnet implementation of Deconvolutional SSD
112 stars
6 watching
41 forks
Language: Python
last commit: almost 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
zhreshold/mxnet-ssd | An object detection system implemented using MXNet and based on the Single Shot MultiBox Object Detector algorithm. | 763 |
zhreshold/mxnet-ssd.cpp | A C++ object detection module for mxnet-ssd | 97 |
vdigpku/m2det | An object detection framework that combines multiple scales and levels to improve detection accuracy. | 1,450 |
szq0214/dsod | A deep learning-based object detection system from scratch | 706 |
lzx1413/caffe_ssd | An implementation of a unified framework for object detection using a single network. | 109 |
bharath272/sds_eccv2014 | A Matlab implementation of simultaneous object detection and segmentation using deep learning techniques. | 96 |
jxr326/swinmcnet | A Python-based object detection framework utilizing transformers and computer vision techniques to detect salient objects in RGB-thermal images | 16 |
ibm/max-object-detector | A tool for detecting objects in images using deep learning models | 290 |
goatmessi8/rfbnet | An object detection system using a novel receptive field block module to enhance feature discriminability and robustness. | 1,415 |
charlesq34/frustum-pointnets | A deep learning framework for 3D object detection from RGB-D data | 1,592 |
tusimple/mx-maskrcnn | An implementation of Mask R-CNN using MXNet and Resnet-50-FPN for object detection and segmentation in images. | 1,755 |
msracver/relation-networks-for-object-detection | An implementation of an object detection algorithm using deep learning and deformable convolution layers | 1,096 |
chenyuntc/dsod.pytorch | An implementation of the Deep Supervised Object Detector from scratch using PyTorch. | 70 |
kinpzz/msrnet-cviu | An implementation of instance-level salient object segmentation using the MSRNet architecture | 10 |
aurotripathy/ssd-spacenet | Object detection using Caffe-based Single Shot MultiBox Detector on satellite imagery data | 56 |