LCNN_SSD(Open Source)

LCNN_SSD

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

     2. No third-party libraries except OpenBlas.

Github

https://github.com/samylee/LCNN_SSD

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 CLoudPassWord: tvn9

step2

Compile with opencv and openblas, then test.

Example result

image image

Reference

https://blog.csdn.net/samylee

 

任何問題請加唯一QQ2258205918(名稱samylee)!

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章