flutter-tflite
flutter-tflite copied to clipboard
Super slow inference speed for a certain model
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 )