其他分享
首页 > 其他分享> > OpenCV 加载caffe 模型进行推理

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

标签:CMakeLists,reference,OpenCL,jpg,OpenCV,caffe,build,txt,加载
来源: https://blog.csdn.net/luoganttcc/article/details/122702902