Forward C++ Code of the SSD based on CAFFE, CPU support only.
- 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.
Image Size | Speed | mAP(voc2007-test) | CPU | Compiler |
---|---|---|---|---|
Any resolution image | 800ms | 0.772 | i7-4790-4core @3.6GHz | VS2015 |
Download model and put it to "model/". BaiDu CLoud, PassWord: tvn9
Compile with opencv
and openblas
, then test.