To get yolov5 tflite models, you can use yolov5/export.py
.
For example;
git clone [email protected]:ultralytics/yolov5.git
cd yolov5
pip install -r requirements.txt
python export.py --weights yolov5n.pt --include tflite
For mode details, see the official release note.