caffe_ocr icon indicating copy to clipboard operation
caffe_ocr copied to clipboard

ocr_test 选择CPU_ONLY时,找不到libClassificationCPU-MKL.lib

Open rpf1019 opened this issue 6 years ago • 2 comments

//#define CPU_ONLY

#ifndef CPU_ONLY #ifdef _DEBUG #pragma comment(lib,"libClassificationd.lib") #else #pragma comment(lib,"libClassification.lib") #endif

#else

#ifdef _DEBUG #pragma comment(lib,"libClassificationCPU-MKLd.lib") #else #pragma comment(lib,"libClassificationCPU-MKL.lib") #endif #endif

rpf1019 avatar Aug 30 '19 02:08 rpf1019

请问你用vs2015打开工程时有没有遇到caffe和另外一个加载失败情况

duducode avatar Oct 18 '19 07:10 duducode

请问你用vs2015打开工程时有没有遇到caffe和另外一个加载失败情况

遇到了,安装boost和cuda后就可以加载成功了,但还是运行不了,很难懂

JinZhongBing avatar Mar 26 '20 03:03 JinZhongBing