tinyvision / DAMO-YOLO

DAMO-YOLO: a fast and accurate object detection method with some new techs, including NAS backbones, efficient RepGFPN, ZeroHead, AlignedOTA, and distillation enhancement.
Apache License 2.0
3.75k stars 470 forks source link

How to export DAMO_YOLO model to TFLite format? #142

Open dsbyprateekg opened 3 months ago

dsbyprateekg commented 3 months ago

Before Asking

Search before asking

Question

I want to convert my custom trained DAMO_YOLO based model to TFLite format but could not find any link for this conversion. Please share any link or tutorial for this conversion.

Additional

This conversion will help to deploy the converted TFLite format into android devices and model can be work as offline.