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
390 stars 194 forks source link

undefined symbol: TfLiteGpuDelegateV2Create #10

Open francorobles opened 3 years ago

francorobles commented 3 years ago

I/flutter (12759): Failed to load model. I/flutter (12759): Invalid argument(s): Failed to lookup symbol (undefined symbol: TfLiteGpuDelegateV2Create)

MCarlomagno commented 3 years ago

Do you have the .tflite file under the assets/ folder? Let me know if you still having the issue

dhimaspp commented 3 years ago

same problem here, mobilefacenet.tflite file is still there at assets folder, i have do flutter clean and pub get, but it's still won't work, and also when i try to click sign up when using method _cameraController.takePicture(), its showing error : I/flutter (16275): NoSuchMethodError: The method 'run' was called on null. I/flutter (16275): Receiver: null I/flutter (16275): Tried calling: run(Instance(length:1) of '_GrowableList', Instance(length:1) of '_GrowableList')

peterlazar1993 commented 3 years ago

@francorobles & @dhimaspp What device are you running it on?

atpmelvin commented 3 years ago

same issue in my project

Ammobag commented 3 years ago

same problem in my project also

Ammobag commented 3 years ago

@MCarlomagno any solutions that u know of?

yenyichau commented 2 years ago

This solution fixed "Failed to load model" when using iOS device.

Steps I've done (Make sure you already install brew)

Step 1 :

Step 2 :

Step 3:

Step 4 :

Step 5 :

Step 6 :

Step 7 :

Step 8 :

Step 9 :

FayedGouda commented 1 year ago

Same error also, any solutions