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
please how to deploy the model on android os.I try transforming the model to ncnn model or TNN model,it is all failure.Thanks very much for your reply.
The text was updated successfully, but these errors were encountered:
It is failing because this model is quite complex and has many different custom layers which are not supported by ncnn. It is because ncnn does not fully support onnx operators. You may need to write your own layers for ncnn which could be difficult. onnx has its own official inference engine called onnxruntime which I am using. You can build onnxruntime for Android and try it that way. It is more advance topic so I will not recommend it for beginners.
please how to deploy the model on android os.I try transforming the model to ncnn model or TNN model,it is all failure.Thanks very much for your reply.
The text was updated successfully, but these errors were encountered: