A caffe implementation of SSD detection network,such as MobileNet-SSD,SqueezeNet-SSD.
Network | Download | mAP |
---|---|---|
MobileNet | model | 0.72337 |
SqueezeNet | model |
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.