Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yhz5256 opened this issue Dec 7, 2017 · 2 comments
Open

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

yhz5256 opened this issue Dec 7, 2017 · 2 comments

Comments

@yhz5256
Copy link

yhz5256 commented Dec 7, 2017

/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
Copy link

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([email protected])? Thank you in advance !

@qaz3014
Copy link

qaz3014 commented Jun 27, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants