textspotter
textspotter copied to clipboard
您好,请问章型字可以识别吗
感觉在gt_bbox中把ignore_bbox去掉不就可以了吗?
我的意思是 掩膜是单个字符的外接矩形框,还是要把字符沿着笔画边缘分割出来?
@tonghe90 感谢分享代码,我看了之前的issue #16 中,你提到训练数据包括(1) text/non-text region, (2) for every point in the text region, you need to calculate the distance between the current point to the four edges with an...
I am trying to run this net for mobile using caffe-mobile-lib. I have added all your new layers to the lib and built it, but when it tries to read...
Hello @tonghe90 , At the moment it is impossible to compile your caffe version due to the following error: CXX src/caffe/layers/base_conv_layer.cpp In file included from ./include/caffe/common.hpp:19:0, from ./include/caffe/blob.hpp:8, from ./include/caffe/layers/reverse_axis_layer.hpp:6,...
Hello @tonghe90 , I have been experiencing a lot of errors, after a while these errors appear. The following is the output of: make all -j 8 I have followed...
When compiling the origional caffe code, I have the same problem as #15 . Then I compile your caffe code, but there is an error. I have no idea how...