I'm trying to run a Caffe2 model on an android device, i ran the AICameraDemo App successfully but my model init net is 7 times larger than sqeeznet model, and the load of the init net to the workspace with the predictor or with RunNetOnce takes forever.
I saw posts about this, most of them from 2018 so i'm wondering if anything change since then.
If it is not possible, is there another framework which i could run a model this big on an android device ?
Thanks for any answer.