MCarlomagno / FaceRecognitionAuth

😀🤳 Simple face recognition authentication (Sign up + Sign in) written in Flutter using Tensorflow Lite and Firebase ML vision library.
BSD 3-Clause "New" or "Revised" License
386 stars 193 forks source link

Invalid argument(s): Unable to create interpreter. #8

Closed khalid-alsaleh-dev closed 3 years ago

khalid-alsaleh-dev commented 3 years ago

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.