-
I was able to export YOLOv5 Nano to tflite using 8bit quantization, and a representative set of image. YOLO export doc (for YOLLO 11) only shows export to tflite:float32 The first question is: Did anyone successfully exported YOLOv5 to tflite 8bit?? and how? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved. |
Beta Was this translation helpful? Give feedback.
Solved.
Export using Ultralytics export.py takes care of it.
Coordinates are normalized.