Home

Awesome

YOLO-v5 TFLite Model

YOLOv5 - most advanced vision AI model for object detection. Natively implemented in PyTorch and exportable to TFLite for use in edge solutions. This repository provides an Object Detection model in TensorFlow Lite (TFLite) for TensorFlow 2.x. These models primarily come from two repositories - ultralytics and zldrobit. We provide end-to-end code that show the inference process using TFLite and model conversion.
English-ASR pip wheel
TFHub
live streaming is the future work.

Installation

Pretrained Checkpoints

Modelsize<br><sup>(pixels)mAP<sup>val<br>0.5:0.95mAP<sup>test<br>0.5:0.95mAP<sup>val<br>0.5Speed<br><sup>V100 (ms)params<br><sup>(M)FLOPs<br><sup>640 (B)
[YOLOv5s]64036.736.755.42.07.317.0
[YOLOv5m]64044.544.563.12.721.451.3
[YOLOv5l]64048.248.266.93.847.0115.4
[YOLOv5x]64050.450.468.86.187.7218.8
[YOLOv5s6]128043.343.361.94.312.717.4
[YOLOv5m6]128050.550.568.78.435.952.4
[YOLOv5l6]128053.453.471.112.377.2117.7
[YOLOv5x6]128054.454.472.022.4141.8222.9
[YOLOv5x6] TTA128055.055.072.070.8--
<summary>Table Notes</summary>

References