0
点赞
收藏
分享

微信扫一扫

OpenCV 加载caffe 模型进行推理


​​参考链接​​​百度云盘​​

提取码:egom

​​模型链接​​ ####### 代码目录

.
├── 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


举报

相关推荐

0 条评论