@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$
@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?