OpenCV 加载caffe 模型进行推理

参考链接

####### 代码目录

.
├── build
├── CMakeLists.txt
├── data
│   ├── cat.jpg
│   ├── imagenet_mean.binaryproto
│   └── synset_words.txt
├── main.cpp
└── model
    ├── bvlc_reference_caffenet.caffemodel
    ├── deploy.prototxt
    └── download.sh
cd build
cmake ..
make 
./
[ INFO:0] Initialize OpenCL runtime...
classidx is:287
prob is 0.341073
run time is 94101.000000 ms
上一篇:2020ccpc威海 G.Caesar Cipher (hash+线段树)


下一篇:Dubbo 接口测试技术,测试开发进阶必备(附源码)