caffe
caffe copied to clipboard
Check failed: mdb_status == 0 (2 vs. 0) No such file or directory
I download the models_VGGNet_VOC0712_SSD_300x300.tar.gz and unzip it into the caffe-ssd/models/, then I iuput "python home/usrname/caffe-ssd/examples/ssd/score_ssd_pascal.py", the error comes out, "Check failed: mdb_status == 0 (2 vs. 0) No such file or directory"
Is there anyone who can help me ? Thanks a lot.
Please follow README.md to create the dataset first.
Do you haved solved the problem? I meet it , and can you tell me the method ? Thank you very much !
My data of lmdb is :
and my train data is 73 bytes, test data is 69 bytes , my data is from icdar2013.
,and this is my data path setting in the train.py :
and this is my path setting in train.prototxt :and test.prototxt :
\and my error is :
Looking forward to your reply! Thank you very much @wendaoyuchen @weiliu89
I am getting the same error on VOC data. Did you find the fix? Thanks
No,I I have not solved this problem,and I created the lmdb on another computer!
I got this same error,can you help me? another computer? it use this project to make?
I solved this problem, by this way:
ln -s $your_data$/lmdb/VOC0712_trainval_lmdb $caffe_root$/examples/VOC0712/VOC0712_trainval_lmdb
ln -s $your_data$/lmdb/VOC0712_test_lmdb $caffe_root$/examples/VOC0712/VOC0712_test_lmdb
It's because that, caffe cannot find lmdb data.