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

Can't read test_iou.pt but test_lstm.pt works #32

Open
Bshowg opened this issue Dec 5, 2018 · 2 comments
Open

Can't read test_iou.pt but test_lstm.pt works #32

Bshowg opened this issue Dec 5, 2018 · 2 comments

Comments

@Bshowg
Copy link

Bshowg commented Dec 5, 2018

I am trying to run this net for mobile using caffe-mobile-lib.

I have added all your new layers to the lib and built it, but when it tries to read test_iou.pt it fails with the error:

A/caffe_jni: F1204 16:01:12.593006 26632 upgrade_proto.cpp:79] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: /storage/emulated/0/textRec/textRec/test_iou.pt
    terminating.

But it works with test_lstm.

Any idea why or if there is something else I have to do?

@tonghe90
Copy link
Owner

@Bshowg May be there exist some layers that don't exist in caffe mobile-lib

@Bshowg
Copy link
Author

Bshowg commented Jan 14, 2019

@tonghe90 yes I figured it out.

The problem is with the Python layers that can't be used on caffe-mobile-lib, so I was looking into traslating them into C++ layers but it is no easy task.

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

2 participants