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.19k stars 4.17k forks source link

Yolov7-tiny (leaky ReLU) is faster than yolov4-tiny? #312

Open AndrewTrefilov opened 2 years ago

AndrewTrefilov commented 2 years ago

Any benchmarks, please

AlexeyAB commented 2 years ago

RTX 3090, batch=1, Darknet: YOLOv3-tiny - 16.6% AP - 33.1% AP50 - 758 FPS (no-NMS), 430 (NMS) YOLOv4-tiny - 24.9% AP - 42.1% AP50 - 598 FPS (no-NMS), 418 (NMS) YOLOv7-tiny - 35.2% AP - 52.8% AP50 - 290 FPS (no-NMS), 246 (NMS)

AndrewTrefilov commented 2 years ago

Thanks!