Realtime_Multi-Person_Pose_Estimation icon indicating copy to clipboard operation
Realtime_Multi-Person_Pose_Estimation copied to clipboard

mdb_status == 0

Open salvador-blanco opened this issue 6 years ago • 2 comments

When I run the bash train_pose.sh 0,0 I get the following error:

    bias_filler {
I0504 22:27:52.181026 10643 layer_factory.hpp:77] Creating layer data
I0504 22:27:52.181537 10643 net.cpp:100] Creating Layer data
I0504 22:27:52.181550 10643 net.cpp:408] data -> data
I0504 22:27:52.181567 10643 net.cpp:408] data -> label
I0504 22:27:52.181584 10643 cpm_data_transformer.cpp:242] CPMDataTransformer constructor done.
E0504 22:27:52.597764 10651 common.cpp:113] Cannot create Cublas handle. Cublas won't be available.
F0504 22:27:52.599123 10651 db_lmdb.hpp:15] Check failed: mdb_status == 0 (2 vs. 0) No such file or directory
*** Check failure stack trace: ***
    @     0x7f12518c2daa  (unknown)
    @     0x7f12518c2ce4  (unknown)
    @     0x7f12518c26e6  (unknown)
    @     0x7f12518c5687  (unknown)
    @     0x7f125206f2b1  caffe::db::LMDB::Open()
    @     0x7f125207f684  caffe::DataReader::Body::InternalThreadEntry()
    @     0x7f1251f08110  caffe::InternalThread::entry()
    @     0x7f1247dc3a4a  (unknown)
    @     0x7f124240c184  start_thread
    @     0x7f12509a703d  (unknown)
    @     (nil)  (unknown)

I would appreciate help Thanks :)

The full output: https://mega.nz/#!MV0zhJRY!BUme9k0psdJlw4vJJcI6m9yB7VW8ioSbXWtVeNldIPI

salvador-blanco avatar May 04 '18 13:05 salvador-blanco

Did you check 'dataFolder' and 'source' Directory ? (lmdb_trainVal) i had same problem. 'lmdb_trainVal' directory is wrong

Clanatia avatar May 07 '18 06:05 Clanatia

This should be the source folder location issue. I had the same issue and my problem was I had a space in the name of my external drive(My Passport), and even though I used the path as 'My\ Passport', the system cannot find the path. I solved the problem by changing the drive label as MyPassport.

changkk avatar Dec 31 '18 18:12 changkk