You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I train a caffemodel on PC, i use the custom layer. _I test it on PC, It show the correct result. But when i move it to the android, it shows "ReadProtoFromBinaryFile(param_file, param) Failed to parse NetParameter file: /storage/emulated/0/Demo/model/test.protobin". Could you please give me some hint to solve it. Thank you very much.
The text was updated successfully, but these errors were encountered:
@peterpaniff You should add custom layers to caffe-mobile src/caffe/proto/caffe.proto. Then rebuild caffe-mobile to generate new pb.h/pb.cc and link into the new .so.
I train a caffemodel on PC, i use the custom layer. _I test it on PC, It show the correct result. But when i move it to the android, it shows "ReadProtoFromBinaryFile(param_file, param) Failed to parse NetParameter file: /storage/emulated/0/Demo/model/test.protobin". Could you please give me some hint to solve it. Thank you very much.
The text was updated successfully, but these errors were encountered: