MCarlomagno / FaceRecognitionAuth

😀🤳 Simple face recognition authentication (Sign up + Sign in) written in Flutter using Tensorflow Lite and Firebase ML vision library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid argument(s): Unable to create interpreter.

khalid-alsaleh-dev opened this issue · comments

the problem solved by not passing the gpuDelegateV2 and InterpreterOptions .
because gpuDelegateV2 is Unstable, may not work with some devices and models
GPU delegate for Android.