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