alexgkendall / caffe-posenet

Implementation of PoseNet
Other
496 stars 204 forks source link

Loading mean file from: ../imagemean.binaryproto Check failed: mdb_status == 0 (2 vs. 0) No such file or directory #30

Closed DRAhmadFaraz closed 5 years ago

DRAhmadFaraz commented 5 years ago

Respected Sir, According to your instructions I have successfully installed Caffe from your repository. When I Run this command "Python create_posenet_lmdb_dataset.py" It shiows like this.

screenshot from 2019-01-28 10-09-06

After that When i use this command "python test_posenet.py --model train_kingscollege.prototxt --weights weights_kingscollege.caffemodel --iter 100" I got error of some mean file missings as shown.

screenshot from 2019-01-28 10-11-08

I0128 10:10:24.872309 20176 layer_factory.hpp:77] Creating layer data I0128 10:10:24.872444 20176 net.cpp:106] Creating Layer data I0128 10:10:24.872455 20176 net.cpp:411] data -> data I0128 10:10:24.872473 20176 net.cpp:411] data -> label I0128 10:10:24.872486 20176 data_transformer.cpp:25] Loading mean file from: ../imagemean.binaryproto F0128 10:10:24.872498 20184 db_lmdb.hpp:14] Check failed: mdb_status == 0 (2 vs. 0) No such file or directory Check failure stack trace: F0128 10:10:24.872499 20176 io.cpp:54] Check failed: fd != -1 (-1 vs. -1) File not found: ../imagemean.binaryproto Check failure stack trace: Aborted (core dumped)

Kindly help me. I ll be thankful to you.