MhLiao / TextBoxes_plusplus

TextBoxes++: A Single-Shot Oriented Scene Text Detector
Other
956 stars 281 forks source link

Makefile:581: recipe for target '.build_release/tools/convert_annoset.o' failed #3

Closed PythonImageDeveloper closed 6 years ago

PythonImageDeveloper commented 6 years ago

1- compile TextBoxes++ (Do not need to install the official caffe) , what's your mean ? 2- when i run make -j8 , i faced with this error : ######## Makefile:581: recipe for target '.build_release/tools/convert_annoset.o' failed make: [.build_release/tools/convert_annoset.o] Error 1 make: Waiting for unfinished jobs....

my system ubuntu 16.04 , cuda 8 , cudnn 7 , opencv 3.1

MhLiao commented 6 years ago

It means that TextBoxes++ uses a modified version of caffe so you do not need to compile the official caffe. Please refer to http://caffe.berkeleyvision.org/install_apt.html to check your dependencies before compiling.

PythonImageDeveloper commented 6 years ago

hi my system ubuntu 16.04 , cuda 8 , cudnn 7 , opencv 3.1 don't problem with this Specifications ? you wrote cudnn 5 , opencv 3.0 .

MhLiao commented 6 years ago

cudnn v5.1 or v5 is suggested. I also can not compile it successfully with cudnn 7.