WongKinYiu / yolov7

Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
GNU General Public License v3.0
13.08k stars 4.13k forks source link

Reason for high performance #207

Open LSKhappychild opened 2 years ago

LSKhappychild commented 2 years ago

Can somebody provide any intuition helps to understand why this model can achieve such high speed performance? Thx in advance!

WongKinYiu commented 2 years ago

The main reason is YOLOv7 is more accurate, compare to other models with similar AP, YOLOv7 has only about half computational cost.