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
- 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.
- C++ code ONLY!
- WHITOUT backward!
- 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.