alexgkendall / caffe-posenet

Implementation of PoseNet
Other
495 stars 204 forks source link

An error converting a file in LMDB format to an average file #28

Open xuwei1245645564 opened 5 years ago

xuwei1245645564 commented 5 years ago

./create_posenet_mean.sh Computing image mean... F0107 14:47:22.450881 10521 db_lmdb.hpp:14] Check failed: mdb_status == 0 (2 vs. 0) No such file or directory Check failure stack trace: @ 0x7fb2cf50a5cd google::LogMessage::Fail() @ 0x7fb2cf50c433 google::LogMessage::SendToLog() @ 0x7fb2cf50a15b google::LogMessage::Flush() @ 0x7fb2cf50ce1e google::LogMessageFatal::~LogMessageFatal() @ 0x7fb2cf8e5d02 caffe::db::LMDB::Open() @ 0x40214b main @ 0x7fb2cdd43830 __libc_start_main @ 0x402b89 _start @ (nil) (unknown) Aborted (core dumped)

DRAhmadFaraz commented 5 years ago

@xuwei1245645564 Dear Have you solved this issue or still u faced it.?

DRAhmadFaraz commented 5 years ago

@xuwei1245645564 Dear,

Dear all,

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.