You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/ufl_scene_text_recognition-master$ make
[ 14%] Built target beam_search
make[2]: *** No rule to make target liblinear-1.94/blas/blas.a', needed by ufl_predict_char'. Stop.
make[1]: *** [CMakeFiles/ufl_predict_char.dir/all] Error 2
make: *** [all] Error 2
how could i fix the error?
thanks a lot .
The text was updated successfully, but these errors were encountered:
dear @lluisgomez
when i use the cmake . and make to compile , it generates errors as follows :/
utils.h: In function ‘void run_projection_kmeans(cv::Mat&, cv::Mat&, int, int)’:
/home/yiwei/Documents/ufl_scene_text_recognition-master/utils.h:66:47: error: ‘REDUCE_SUM’ was not declared in this scope
reduce(centroids.mul(centroids), rowSum, 1, REDUCE_SUM);
how could i fix it
/ufl_scene_text_recognition-master$ make
[ 14%] Built target beam_search
make[2]: *** No rule to make target
liblinear-1.94/blas/blas.a', needed by
ufl_predict_char'. Stop.make[1]: *** [CMakeFiles/ufl_predict_char.dir/all] Error 2
make: *** [all] Error 2
how could i fix the error?
thanks a lot .
The text was updated successfully, but these errors were encountered: