MhLiao / TextBoxes_plusplus

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

Recognition issue #42

Closed rashmendis closed 6 years ago

rashmendis commented 6 years ago

@MhLiao I just tried the demo.py and text detection part is working without any issue. But I'm getting below error when it starts recognition part. What could be the issue?

I0401 19:45:14.381743 17566 net.cpp:283] Network initialization done.
I0401 19:45:14.580938 17566 net.cpp:761] Ignoring source layer data
I0401 19:45:14.580970 17566 net.cpp:761] Ignoring source layer data_data_0_split
I0401 19:45:14.608633 17566 net.cpp:761] Ignoring source layer mbox_loss
detection finished
recognition begin
Traceback (most recent call last):
  File "examples/text/demo.py", line 202, in <module>
    '-dicPath', config['lexicon_path']])
  File "/usr/lib/python2.7/subprocess.py", line 535, in check_call
    retcode = call(*popenargs, **kwargs)
  File "/usr/lib/python2.7/subprocess.py", line 522, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
rash@ubuntuPC:~/TextBoxes_plusplus$ 
rashmendis commented 6 years ago

Fixed after adding model_crnn.t7 file.

DecentMakeover commented 5 years ago

Where did you add this file. facing the same issue.

AnddyWang commented 5 years ago

Can you share how to solve the problem?I have the model_crnn.t7 file. image