am15h / tflite_flutter_plugin

TensorFlow Lite Flutter Plugin
https://pub.dev/packages/tflite_flutter
Apache License 2.0
504 stars 353 forks source link

not able to call the function #232

Open dhirajnikam opened 1 year ago

dhirajnikam commented 1 year ago

final interpreter = Interpreter.fromAsset( 'lite-model_movenet_singlepose_lightning_tflite_int8_4.tflite');

JSYRD commented 1 year ago

Can you describe the error you encountered more precisely? Maybe the path is wrong, or the model is not compatible with the tflite binary version.