Skip to content

samylee/LCNN_SSD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published