I have been using model maker and train tflite custom models for over a year now. Our objective is to train fast on device, real time object detection models that can be used in mass market smart phone.
Unfortunately, we find that models trained using this method is taking about 0.5sec to return a prediction. Any way we can speed out the detection besides hardware improvement ( bear in mind we are targeting mass market, so a high end smart device is not pragmatic.)
I am using efficientdet_lite0. Do let me know what other parameters I can tune. Or should I switch to another method of model training altogether?