-
Notifications
You must be signed in to change notification settings - Fork 112
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
test error #15
Comments
Can you describe more specific? How can I reimplement the error? |
when I run python test.py --img=imgs/img_105.jpg 用的python2.7 cuda8 cudnn6 |
沒有 |
Hi @zhuliqian @yeLer , can you rebuild caffe. Make sure 'make clean' before remake it. |
好了,非常感謝! |
@zhuliqian @yeLer I will close this and add it to the READ.ME |
I have solved the problem.First I used the caffe version which is Original ecology,but some layers in this project had been modified by author.so I need to used the caffe which comes from this project.Second when I compile this caffe,I meet a new problem( make: *** [.build_release/src/caffe/layers/at_layer.o] Error 1).Fortunately,this link #9 help me a lot.Now I could run it normally.Thank you very much! |
models/textspotter.caffemodel
WARNING: Logging before InitGoogleLogging() is written to STDERR
W0718 15:41:54.913141 23734 _caffe.cpp:140] DEPRECATION WARNING - deprecated use of Python interface
W0718 15:41:54.913169 23734 _caffe.cpp:141] Use this instead (with the named "weights" parameter):
W0718 15:41:54.913173 23734 _caffe.cpp:143] Net('models/test_iou.pt', 1, weights='models/textspotter.caffemodel')
[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 7067:24: Message type "caffe.LayerParameter" has no field named "point_bilinear_param".
F0718 15:41:54.915925 23734 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: models/test_iou.pt
*** Check failure stack trace: ***
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: