Rajatkalsotra / Face-Recognition-Flutter

Realtime face recognition with Flutter
MIT License
164 stars 85 forks source link

unable to create interpreter. #14

Open pd471 opened 3 years ago

pd471 commented 3 years ago

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.

Rajatkalsotra commented 3 years ago

Try it without using GPU delegate