Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 695 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 695 Bytes

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.