caffe icon indicating copy to clipboard operation
caffe copied to clipboard

Check failed: mdb_status == 0 (2 vs. 0) No such file or directory

Open wendaoyuchen opened this issue 8 years ago • 6 comments

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"

default

Is there anyone who can help me ? Thanks a lot.

wendaoyuchen avatar Jan 06 '17 02:01 wendaoyuchen

Please follow README.md to create the dataset first.

weiliu89 avatar Jan 11 '17 08:01 weiliu89

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 : image

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 : image image

and this is my path setting in train.prototxt :and test.prototxt : image image

image

\and my error is : image Looking forward to your reply! Thank you very much @wendaoyuchen @weiliu89

19931991 avatar Jan 05 '18 05:01 19931991

I am getting the same error on VOC data. Did you find the fix? Thanks

zeehasham avatar Mar 12 '18 19:03 zeehasham

No,I I have not solved this problem,and I created the lmdb on another computer!

19931991 avatar Mar 13 '18 06:03 19931991

I got this same error,can you help me? another computer? it use this project to make?

datamonday avatar Mar 27 '18 14:03 datamonday

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.

jaysimon avatar May 16 '19 09:05 jaysimon