Skip to content

Commit 7f3e2ec

Browse files
Update docs/en/compare/yolov7-vs-yolo26.md
Co-authored-by: Ultralytics Assistant <135830346+UltralyticsAssistant@users.noreply.github.com> Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
1 parent b6ed526 commit 7f3e2ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/compare/yolov7-vs-yolo26.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Introduced in mid-2022, YOLOv7 pushed the boundaries of what was possible on GPU
2626
- **GitHub:** [WongKinYiu/yolov7](https://github.com/WongKinYiu/yolov7)
2727
- **Docs:** [Ultralytics YOLOv7 Documentation](https://docs.ultralytics.com/models/yolov7/)
2828

29-
YOLOv7 introduced the concept of trainable "bag-of-freebies," which heavily utilized re-parameterization techniques and extended efficient layer aggregation networks (E-ELAN). This allowed the model to learn more diverse features and continuously improve the learning capability of the network without destroying the original gradient path. While it achieved an impressive [state-of-the-art benchmark on COCO](https://huggingface.co/papers/trending) at the time, its architecture remains heavily reliant on anchor-based outputs and requires complex [Non-Maximum Suppression (NMS)](https://en.wikipedia.org/wiki/NMS) post-processing, which can introduce latency bottlenecks during deployment.
29+
YOLOv7 introduced the concept of trainable "bag-of-freebies," which heavily utilized re-parameterization techniques and extended efficient layer aggregation networks (E-ELAN). This allowed the model to learn more diverse features and continuously improve the learning capability of the network without destroying the original gradient path. While it achieved an impressive state-of-the-art benchmark on COCO at the time, its architecture remains heavily reliant on anchor-based outputs and requires complex [Non-Maximum Suppression (NMS)](https://en.wikipedia.org/wiki/NMS) post-processing, which can introduce latency bottlenecks during deployment.
3030

3131
[Learn more about YOLOv7](https://docs.ultralytics.com/models/yolov7/){ .md-button }
3232

0 commit comments

Comments
 (0)