Chen, Zewei

Results 1 issues of Chen, Zewei

I followed https://github.com/intel/caffe/wiki/Build-Caffe-with-Intel--Compiler to build intel-caffe. Command line: `CC=icc CXX=icpc CPATH="" make all -j$(nproc)` Error: ``` /root/caffe/src/caffe/layers/image_data_layer.cpp(122): error: identifier "CV_BGR2RGB" is undefined cv::cvtColor(cv_img, cv_img, CV_BGR2RGB); ^ /root/caffe/src/caffe/layers/image_data_layer.cpp(182): error: identifier "CV_BGR2RGB"...