MhLiao / TextBoxes

TextBoxes: A Fast Text Detector with a Single Deep Neural Network
https://github.com/MhLiao/TextBoxes
Other
633 stars 154 forks source link

Error parsing text-format caffe.NetParamete #89

Closed aa642531 closed 6 years ago

aa642531 commented 6 years ago

hi,when i run " python examples/TextBoxes/train_icdar13.py" ,it generated the follows: Creating training net from train_net file: models/VGGNet/text/longer_conv_512x512/train.prototxt
[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 1 003:11: Message type "caffe.PriorBoxParameter" has no field named "offset".
Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: models/VGGNet/text/longer_conv_512x512/train.prototxt

aa642531 commented 6 years ago

sorry,it' my problem.it has problem with my caffe path

19931991 commented 6 years ago

Do you have solved the prolem? Where did you modify the caffe path? Thank you very much!@aa642531

aa642531 commented 6 years ago

@19931991 It' my problem.I had made the caffe of SSD before,so when i used this project,i added the previous caffe path to this project.The project had modified the caffe source,so you should build a private caffe for this project,and add the path.

19931991 commented 6 years ago

Thank you very much, I have solved the problem !