ENet icon indicating copy to clipboard operation
ENet copied to clipboard

Issue involving Protbuf

Open ghost opened this issue 6 years ago • 1 comments

I recently downloaded ENet and the Cityscapes dataset in order to train it. Everything worked fine until I enter this command. ENet/caffe-enet/build/tools/caffe train -solver /ENet/prototxts/enet_solver_encoder.prototxt

I get the following error: [libprotobuf ERROR google/protobuf/descriptor_database.cc:58] File already exists in database:google/protobuf/descriptor.proto Here is an image.

I think that this is a problem with either Google Protobuf or OpenCV. I have protobuf version 3.4.0 installed or both python as well as on Ubuntu, but I cannot seem to understand the issue.

ghost avatar Sep 21 '17 02:09 ghost

try sudo -H pip install --upgrade protobuf==3.1.0.post1

feiwenbo avatar Nov 02 '17 09:11 feiwenbo