CSAILVision / places365

The Places365-CNNs for Scene Classification
http://places2.csail.mit.edu/
MIT License
1.92k stars 536 forks source link

Error in googlenet caffe proto #27

Closed buliginleo closed 7 years ago

buliginleo commented 7 years ago

Hello! I use python 2.7 and compiled distribution of caffe. I try to run: net = caffe.Net('places_model/deploy_googlenet_places365.prototxt', caffe.TEST) But I get error:

[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 7:1: Expected identifier. F0912 12:11:03.998572 19221 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: places_model/deploy_googlenet_places365.prototxt Check failure stack trace:

I open proto file and dont found some syntax error. What I can do to fix this? Thank you.

buliginleo commented 7 years ago

Sorry, when I download deploy through wget, I downloaded html file :)