tensorflow / models

Models and examples built with TensorFlow
Other
77.16k stars 45.75k forks source link

What is the current status of being able to convert EfficientDet models to .tflite? #9751

Open leeflix opened 3 years ago

leeflix commented 3 years ago

According to this it is not supported to convert EfficentDet to .tflite yet.

image

This was written on 3 Sep 2020. Could it be that this is already possible? If not what is the current ETA?

alexdwu13 commented 3 years ago

Curious to know as well

zero90169 commented 3 years ago

Curious to know as well. I've found that the int8 tflite version of EfficientDet is available on https://tfhub.dev/tensorflow/lite-model/efficientdet/lite0/int8/1. I was wondering that whether I can train on my own dataset and convert into int8 tflite model.