MichalBusta / DeepTextSpotter

285 stars 101 forks source link

make error #57

Open lfdeep opened 6 years ago

lfdeep commented 6 years ago

when i run cmake -D CMAKE_BUILD_TYPE=Release -D BLAS=Open -D BUILD_SHARED_LIBS=Off .. in caffe, it occured: /share/home/caffe-master/include/ristretto/base_ristretto_layer.hpp:11:33: fatal error: caffe/data_reader.hpp: No such file or directory

include "caffe/data_reader.hpp"

MichalBusta commented 6 years ago

Inst. step one:

git clone https://github.com/MichalBusta/caffe.git cd caffe git checkout darknet

3rd command?