Tencent / ncnn

ncnn is a high-performance neural network inference framework optimized for the mobile platform
Other
20.41k stars 4.16k forks source link

how to convert tflite models (the ones included in android MLKit) to ncnn? #4524

Open yangcheng opened 1 year ago

yangcheng commented 1 year ago

detail | 详细描述 | 詳細な説明

I checked the docs and https://convertmodel.com/ , but can't find ways to convert tflite model to ncnn.

Is this doable ? Thanks

wzyforgit commented 1 year ago

You can use MLIR or Keras convert tensorflow model to ncnn. Tensorflow lite is not support now.

yangcheng commented 1 year ago

thanks, I'll check tnn first and try MLIR tensorflow