matlab-lmdb icon indicating copy to clipboard operation
matlab-lmdb copied to clipboard

crashes after creating a caffe::datum

Open yz-cnsdqz opened this issue 6 years ago • 1 comments

Hi Kyamagu The matlab crashes when I run the following command: datum = caffe_pb.toDatum(data,label), where label=1 and data is a 7x7x2048 single or uint8 array.

The error information is as follows: [libprotobuf ERROR google/protobuf/descriptor_database.cc:57] File already exists in database: caffe.proto [libprotobuf FATAL google/protobuf/descriptor.cc:1018] CHECK failed: generated_database_->Add(encoded_file_descriptor, size):

However, the file should not already exists in the database.

I am looking forward to your reply : ) best, Yan

yz-cnsdqz avatar Aug 21 '17 17:08 yz-cnsdqz