martinkersner / train-DeepLab

Train DeepLab for Semantic Image Segmentation
MIT License
172 stars 76 forks source link

How to download and install your used caffe version? #17

Open dxiaosa opened 7 years ago

dxiaosa commented 7 years ago

error: [libprotobuf ERROR google/protobuf/text_format.cc:298] Error parsing text-format caffe.NetParameter: 24:3: Unknown enumeration value of "IMAGE_SEG_DATA" for field "type". F0108 22:52:08.534060 8636 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: exper/voc12/config/DeepLab-LargeFOV/train_train_aug.prototxt

Do you mean our caffe version doesn't match your code? So, how to get your cafffe package?

DonquixoteMzt commented 7 years ago

"IMAGE_SEG_DATA" should be "ImageSegData". Also "CONVOLUTION", "RELU", etc. Please check the source files and your prototxt files. See https://groups.google.com/forum/#!topic/caffe-users/O8lSpI-DOQY

eyildiz-ugoe commented 6 years ago

@Mozitao I did that and still the problem exists.