Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 417 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 417 Bytes

YOLOv5 TF Light

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.