You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have EffdetLite4 and MobileVit models trained on similar but not identical datasets. MobileVit model achieved more than 94% accuracy.
Could you show an example of how to replace classification head with the trained MobileVit model and export a combined model to tflite ?
The MobileVit model will need the original input image, not the preprocessed one. max_output_size, iou__threshold and score_threshold for bbox predictions can be hardcoded.
The intention is to use the combined model in tfjs.
Hi,
Is it possible to convert effdet_lite to the tflite format? If yes, could you add a code sample?
Thanks
The text was updated successfully, but these errors were encountered: