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
- Two great reviews on Zhihu
- Focus layer
- Adaptive anchor learning with genetic algorithm
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