Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error reading test_feat_conv34atrous_v2.prototxt #12

Closed
clzhou opened this issue Oct 8, 2016 · 1 comment
Closed

error reading test_feat_conv34atrous_v2.prototxt #12

clzhou opened this issue Oct 8, 2016 · 1 comment

Comments

@clzhou
Copy link

clzhou commented Oct 8, 2016

When running script_rpn_bf_pedestrian_VGG16_caltech, I got the following error:
`Error using caffe_
Protobuf : Error parsing text-format caffe.NetParameter: 1:1: Expected
identifier. . at google/protobuf/text_format.cc Line 245

Error in caffe.get_net (line 27)
hNet = caffe_('get_net', model_file, phase_name);

Error in caffe.Net (line 33)
self = caffe.get_net(varargin{:});

Error in script_rpn_bf_pedestrian_VGG16_caltech (line 81)
caffe_net = caffe.Net(BF_prototxt_path, 'test');`

As you mentioned in #2, the file is a text file and can be opened via gedit or vim. I tried that and found that it cannot be displayed normally. Can you check if the file is corrupted?

@clzhou
Copy link
Author

clzhou commented Oct 8, 2016

I have solved this by creating a new text file and copying the content you provided in #2 to the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant