Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 969 Bytes

README.md

File metadata and controls

21 lines (21 loc) · 969 Bytes

LCNN_SSD

Forward C++ Code of the SSD based on CAFFE, CPU support only.

Description

  1. The model is modified based on SSD300_07+12 by weiliu89. The efficiency of the model is the same as that of the original model.
  2. C++ code ONLY!
  3. WHITOUT backward!
  4. Based on CAFFE.

Algorithm efficiency

Image Size Speed mAP(voc2007-test) CPU Compiler
Any resolution image 800ms 0.772 i7-4790-4core @3.6GHz VS2015

Test steps

step1

Download model and put it to "model/". BaiDu CLoud, PassWord: tvn9

step2

Compile with opencv and openblas, then test.

Example result

image image

Reference

https://blog.csdn.net/samylee