flutter-tflite icon indicating copy to clipboard operation
flutter-tflite copied to clipboard

Super slow inference speed for a certain model

Open yanghoonkim opened this issue 1 year ago • 0 comments

I implemented a flutter app for video classification which uses MoviNet. the inference speed for a single frame is super slow (2000ms - 4000ms, Galaxy z flip 3, Galaxy S8)

I have already refered to #202 and tried different flutter version, no apparent difference.

may due to some operators in the model is not optimized in flutter? (#112 )

yanghoonkim avatar May 09 '24 20:05 yanghoonkim