TextBoxes icon indicating copy to clipboard operation
TextBoxes copied to clipboard

TextBoxes: A Fast Text Detector with a Single Deep Neural Network

Results 45 TextBoxes issues
Sort by recently updated
recently updated
newest added

Thanks for sharing textboxes code. It is very cool. But when i run evaluation with octave, it throw `error: 'polygon_intersect' undefined`. I think it is cause by octave. Can you...

pyh@k40-2:~/TextBoxes/examples/TextBoxes$ python demo.py Failed `CDLL(libgeos_c.so.1)` Failed `CDLL(libgeos_c.so)` Traceback (most recent call last): File "demo.py", line 8, in from nms import nms File "/home/pyh/TextBoxes/examples/TextBoxes/nms.py", line 4, in from shapely.geometry import Polygon...

after modified the demo.py, when I ran this code, the error occurs: `WARNING: Logging before InitGoogleLogging() is written to STDERR W0728 10:03:18.359761 25397 _caffe.cpp:139] DEPRECATION WARNING - deprecated use of...

can the author give a tutorial about how to use docker to run your program? I had troble running your program since I built calle docker according to your instrustions...

Hello Mhliao, I have installed caffe with CPU support and I am trying to run your code with my own data set. The `train_icdar13.py` file contain a bloc that specifies...