Rajatkalsotra / Face-Recognition-Flutter

Realtime face recognition with Flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable to create interpreter.

pd471 opened this issue · comments

commented

hey I m using this model for my cllg mini project.
But when m running it on redmi 8a dual its working fine but when I m running it on Vivo Y18 thee model crashes with error :

E/tflite ( 9076): First 230 operations will run on the GPU, and the remaining 1 on the CPU.
E/tflite ( 9076): OpenCL library not loaded - dlopen failed: library "libOpenCL-pixel.so" not found
E/tflite ( 9076): Falling back to OpenGL
E/libEGL ( 9076): call to OpenGL ES API with no current context (logged once per thread)
I/tflite ( 9076): Initialized OpenGL-based API.
E/tflite ( 9076): TfLiteGpuDelegate Init: fuse_auto_input failed
E/tflite ( 9076): TfLiteGpuDelegate Prepare: delegate is not initialized
E/tflite ( 9076): Node number 231 (TfLiteGpuDelegateV2) failed to prepare.
E/tflite ( 9076): Restored previous execution plan after delegate application failure.
E/flutter ( 9076): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: Invalid argument(s): Unable to create interpreter.

Try it without using GPU delegate