chenxinpeng / SSD_scene_text_detection

Detect text in natural images with SSD, Single Shot Detection
225 stars 103 forks source link

What's happening here? What should I do? #16

Open yhz5256 opened 6 years ago

yhz5256 commented 6 years ago

/home/yang/caffe/build/tools/convert_annoset --anno_type=detection --label_type=xml --label_map_file=/home/yang/data/scenetext/labelmap_voc.prototxt --check_label=True --min_dim=0 --max_dim=0 --resize_height=0 --resize_width=0 --backend=lmdb --shuffle=False --check_size=False --encode_type=jpg --encoded=True --gray=False /home/yang/data/VOCdevkit/ /home/yang/data/scenetext/test.txt /home/yang/data/VOCdevkit/scenetext/lmdb/scenetext_test_lmdb Traceback (most recent call last): File "/home/yang/caffe/scripts/create_annoset.py", line 159, in process = subprocess.Popen(cmd.split(), 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 /home/yang/caffe/build/tools/convert_annoset --anno_type=detection --label_type=xml --label_map_file=/home/yang/data/scenetext/labelmap_voc.prototxt --check_label=True --min_dim=0 --max_dim=0 --resize_height=0 --resize_width=0 --backend=lmdb --shuffle=False --check_size=False --encode_type=jpg --encoded=True --gray=False /home/yang/data/VOCdevkit/ /home/yang/data/scenetext/trainval.txt /home/yang/data/VOCdevkit/scenetext/lmdb/scenetext_trainval_lmdb Traceback (most recent call last): File "/home/yang/caffe/scripts/create_annoset.py", line 159, in process = subprocess.Popen(cmd.split(), 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

zihao-lu commented 6 years ago

Hello, did you get the ICDAR 2011 dataset ? I couldn't download it bacause of server problem. If possible, can you send me the dataset(upc.zihaolu@gmail.com)? Thank you in advance !

qaz3014 commented 6 years ago

Check your convert_annoset.exe path in caffe/script/create_annoset.py should solve the problem.