MobileNet-SSD
Detection network
A Caffe implementation of the MobileNet SSD detection network
Caffe implementation of Google MobileNet SSD detection network, with pretrained weights on VOC0712 and mAP=0.727.
2k stars
85 watching
1k forks
Language: Python
last commit: over 3 years ago
Linked from 1 awesome list
caffedetectionmobilenetmobilenet-ssdssd
Related projects:
Repository | Description | Stars |
---|---|---|
lzx1413/caffe_ssd | An implementation of a unified framework for object detection using a single network. | 109 |
aurotripathy/ssd-spacenet | Object detection using Caffe-based Single Shot MultiBox Detector on satellite imagery data | 56 |
shicai/mobilenet-caffe | A Caffe implementation of Google's MobileNets, providing pretrained models on ImageNet for image classification tasks | 1,259 |
farmingyard/shufflenet | An efficient convolutional neural network implementation for mobile devices | 448 |
dafucoding/mtcnn_caffe | Transforms MTCNN algorithm from Matlab to Caffe framework | 240 |
lijianfei06/mnasnet-caffe | An implementation of a deep neural network architecture search method for mobile devices using the Caffe framework. | 52 |
xiaolonw/adversarial-frcnn | A Caffe-based implementation of A-Fast-RCNN, a method for object detection using adversarial networks. | 482 |
shicai/densenet-caffe | Provides pre-trained neural network models based on DenseNet architecture, converted from Torch format to Caffe model for use in deep learning applications. | 357 |
jixing0415/caffe-mobilenet-v3 | An implementation of MobileNetV3 using the Caffe framework | 130 |
xingwangsfu/caffe-yolo | An implementation of YOLO object detection in Caffe using pre-trained darknet weights | 520 |
choasup/caffe-yolo9000 | A Caffe implementation of the YOLOv2 and YOLO9000 object detection algorithm | 166 |
lim0606/caffe-googlenet-bn | Re-implementation of a neural network model with batch normalization and customized training parameters. | 131 |
mg2033/shufflenet | An implementation of a computationally efficient deep neural network architecture designed for mobile devices with limited computing power. | 384 |
wolegechu/shufflenetv2.caffe2 | An implementation of ShuffleNet V2 as a deep learning model in Caffe2 for computer vision tasks | 25 |
longjon/caffe | Pre-release code for fully convolutional networks (FCNs) with C++ implementation | 81 |