项目作者: ChenYingpeng

项目描述 :
Caffe implementation of SSD detection network,such as Google MobileNet and SqueezeNet
高级语言: Python
项目地址: git://github.com/ChenYingpeng/caffe-ssd-frameworks.git
创建时间: 2017-12-18T06:56:01Z
项目社区:https://github.com/ChenYingpeng/caffe-ssd-frameworks

开源协议:

下载


Caffe-SSD-Frameworks

A caffe implementation of SSD detection network,such as MobileNet-SSD,SqueezeNet-SSD.

Network

Network Download mAP
MobileNet model 0.72337
SqueezeNet model

Run

1.Download SSD source code and compile (follow the SSD README).

2.Download the pretrained deploy weights and caffemodel from above link.

3.Put all the files using git clone https://github.com/ChenYingpeng/caffe-ssd-frameworks.

4.Run demo.py to show the detection result.