zhangliliang / RPN_BF

RPN+BF
Other
203 stars 75 forks source link

error when running script_rpn_pedestrian_VGG16_caltech.m for training rpn #16

Closed gy1874 closed 7 years ago

gy1874 commented 8 years ago

the error reads like this:

Caught "std::exception" Exception message is: CHECK failed: generateddatabase->Add(encoded_file_descriptor, size):

Thanks very much! @zhangliliang

zhangliliang commented 8 years ago

HI,

It might be a bug when try to run the script in the matlab for twice. If so, the message might be disappear after close and restart the matlab.

gy1874 commented 8 years ago

Thanks a lot for your reply! It seems the only way to figure it out.

gy1874 commented 8 years ago

I also got stuck in training rpn. Could you please have a look? image Thanks very much! @zhangliliang

zhangliliang commented 8 years ago

Hi,

It might be something wrong when preparing the data and the imdb.

gy1874 commented 7 years ago

Thanks a lot for your reply! I‘m trying to fix it.

gy1874 commented 7 years ago

When the folder '.imdb/cache' is deleted before training, the problem seems to be fixed.