Running Caffe2 Model on android - my model running very slow on the android device(dosen't finish the init phase)

78 Views Asked by At

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.

0

There are 0 best solutions below