From d86b80a7173e14ca73de6e386287b8bd5c852b71 Mon Sep 17 00:00:00 2001 From: Mausam Rajbanshi Date: Sat, 22 Feb 2025 00:01:39 +0545 Subject: [PATCH 1/2] Added YOLOv11 by Ultralytics who previously developed YOLOv5 and YOLOv8 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e0f07e..6c27b44 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,7 @@ This is a curated list of tutorials, projects, libraries, videos, papers, books - [YOLOS](https://github.com/hustvl/YOLOS) - [YOLOF](https://github.com/megvii-model/YOLOF) - [YOLOX](https://github.com/Megvii-BaseDetection/YOLOX) +- [YOLOv11](https://github.com/ultralytics/ultralytics) - [YOLOv10](https://github.com/THU-MIG/yolov10) - [YOLOv9](https://github.com/WongKinYiu/yolov9) - [YOLOv8](https://github.com/ultralytics/ultralytics) From 828252c8e02b2c02e4c019037224a19fbeeb658a Mon Sep 17 00:00:00 2001 From: Mausam Rajbanshi Date: Sat, 22 Feb 2025 00:04:07 +0545 Subject: [PATCH 2/2] Added YOLOv12 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c27b44..3500cd0 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,7 @@ This is a curated list of tutorials, projects, libraries, videos, papers, books - [YOLOS](https://github.com/hustvl/YOLOS) - [YOLOF](https://github.com/megvii-model/YOLOF) - [YOLOX](https://github.com/Megvii-BaseDetection/YOLOX) +- [YOLOv12: Attention-Centric Real-Time Object Detectors](https://github.com/sunsmarterjie/yolov12) - [YOLOv11](https://github.com/ultralytics/ultralytics) - [YOLOv10](https://github.com/THU-MIG/yolov10) - [YOLOv9](https://github.com/WongKinYiu/yolov9)