Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 2.98 KB

README.md

File metadata and controls

35 lines (31 loc) · 2.98 KB

mobileYOLOv3

YOLOv3 via a MobileNetV3 backbone for text detection; pruned, quantized, optimized, and explained for deployment on mobile devices. Primarily intended as a single source for learning about YOLO(v3) in an applied manner.

Roadmap

  • Pretrained MobileNetV2 backbone
  • Introduce the YOLOv3 paradigm
  • Basic Pruning, Quantization integration
  • Training pipeline (for ICDAR 2015)
  • Switch backbone to MobileNetV3
  • Mixed Precision Training
  • Pruning and quantization
  • Add textbook-style explanations for YOLOv3
  • Optimize, expand to applicability to other datasets

References