weiliu89 / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
4.77k stars 1.68k forks source link

compile error #56

Open vivohuang opened 8 years ago

vivohuang commented 8 years ago

hi,@weiliu89 ,i have a problem ,wish you can help me ,thanks! the matter : when i cloned Caffe into $CAFFE_ROOT , i found there existed two caffe files, one cotained another. when i compiled ,there was a error. bbox_cpp bbox_util_cpp

weiliu89 commented 8 years ago

What do you mean by "i found there existed two caffe files, one cotained another."?

The error is related OpenCV. Did you compile it with OpenCV? What version is your OpenCV?

vivohuang commented 8 years ago

we installed the caffe model before, so when cloned ,the path is caffe/caffe/example/ssd. the version is opencv-3.0.0-alpha, when i compiled opencv ,which conflicted with cuda7.5, i changed the "with cuda"( in the CMakeLists. TXT) to off, so compiled the opencv without using cuda.