-
Notifications
You must be signed in to change notification settings - Fork 135
AICamera demo with Other Networks #37
Comments
I tried using my own model, but it was consistently failing to parse the net (giving the "Couldn't parse net from data" error). I thought it might be due to the size of my net, so I retrained a smaller version (even smaller than squeezenet) and it is able to parse the new smaller net, however it now fails at the point where it should instantiate the predictor, without any useful error or log message. I know my net is fine as I can load and run it using the python interface. I know the rest of the AICamera app is fine as it runs if I load the squeezenet model. I just can't work out why the two won't play nice... |
@m00nkeh I encountered into the same issue when I replace squeezenet with other models such as AlexNet. The net files are read but it's stuck on the Predictor constructor. Have u solved this issue? |
I am having also problems during loading of a VGG based net. here are the errors: |
@ ghost I encountered into the same issue, use shufflenet pb that had tested on pc with caffe python, and it show '_predictor = new caffe2::Predictor(_initNet, _predictNet)' crash in debug mode, have you solved it? |
Hi,
I tried to include my own design of the network trained on proprietary data sets. I converted it from .caffemodel to caffe2 .pb model.
I have included all class names in "class.h" file and also included the new network's init_net.pb and predict_net.pb files in native-lib.cpp file. I built the app but it doesn't get open on android phone.
Am I wrong somewhere?
I would appreciate any pointers.
Best Regards,
Pratik Desai
The text was updated successfully, but these errors were encountered: