tensorflow / flutter-tflite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super slow inference speed for a certain model

yanghoonkim opened this issue · 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 )