MhLiao / TextBoxes_plusplus

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

use_lexicon=false, error as "attempt to index local 'probes' (a nil value) #89

Open yanfjz opened 5 years ago

yanfjz commented 5 years ago

Hi, I installed TextBoxes++ on this docker image , and I downloaded the cidar15 caffe model as well as the crnn model and put them in the corresponding folder as suggested by the README file.

When I tried to run examples/text/demo.py with the default setting '-useLexicon' as false in the crnn/src/demo.lua file Ln33, I met the following problem as in the attached screenshot. image

And when I tried to run demo.py with '-useLexicon' as true in the demo.lua, it stuck by loading model as shown in the following screenshot: image

Can anyone please help here? Many thanks!