Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.21 KB

yolov5.md

File metadata and controls

26 lines (18 loc) · 1.21 KB

December 2020

tl;dr: Pytorch-native improved version of Yolov4.

Overall impression

The author of the repo has not released a paper yet, but the repo is highly useful. Many Kaggler commented that its performance is better than yolov4. The training speed of Yolov5 is also much faster than Yolov4.

Key ideas

Technical details

  • Mosaic data aug was first invented in ultralytics's yolov3 and borrowed into Yolov4.

Notes

  • Questions and notes on how to improve/revise the current work