MhLiao / TextBoxes_plusplus

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

Run "./data/text/creat_data.sh" Error #122

Closed Crispinli closed 5 years ago

Crispinli commented 5 years ago

when I run "./data/text/creat_data.sh", I got this error :

Traceback (most recent call last): File "/opt/caffe/data/text/../../scripts/create_annoset.py", line 166, in process = subprocess.Popen(cmd_splited, stdout=subprocess.PIPE) 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

How do I solve it?

sarathsrk commented 4 years ago

How did you fix this issue?