From 985477ce0a599916f4573c80c810be7b50590af9 Mon Sep 17 00:00:00 2001 From: Mausam Rajbanshi Date: Sun, 21 Apr 2024 13:40:29 +0545 Subject: [PATCH 1/3] Added Github repo for YOLOv8 (compatible with other YOLO versions as well) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac9797f..879ed67 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,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) +- [YOLOv8](https://github.com/ultralytics/ultralytics) - [Yolov7](https://github.com/WongKinYiu/yolov7) - [YOLOv6](https://github.com/meituan/YOLOv6) - [Yolov5](https://github.com/ultralytics/yolov5) From f31147ff3b2f52c912a5f98af9996b37543406aa Mon Sep 17 00:00:00 2001 From: Mausam Rajbanshi Date: Sun, 21 Apr 2024 13:42:20 +0545 Subject: [PATCH 2/3] Added Github repo for YOLOv9 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 879ed67..f449497 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,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) +- [YOLOv9](https://github.com/WongKinYiu/yolov9) - [YOLOv8](https://github.com/ultralytics/ultralytics) - [Yolov7](https://github.com/WongKinYiu/yolov7) - [YOLOv6](https://github.com/meituan/YOLOv6) From be8c3e3743c59d62f7a79f4a3b01ff8668e36660 Mon Sep 17 00:00:00 2001 From: Mausam Rajbanshi Date: Sun, 21 Apr 2024 13:46:15 +0545 Subject: [PATCH 3/3] Added Github repo for YOLO-World --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f449497..05bb1ec 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ This is a curated list of tutorials, projects, libraries, videos, papers, books ## Object Detection - [MMDetection Object Detection Toolbox](https://github.com/open-mmlab/mmdetection) - [Mask R-CNN Benchmark: Faster R-CNN and Mask R-CNN in PyTorch 1.0](https://github.com/facebookresearch/maskrcnn-benchmark) +- [YOLO-World](https://github.com/AILab-CVC/YOLO-World) - [YOLOS](https://github.com/hustvl/YOLOS) - [YOLOF](https://github.com/megvii-model/YOLOF) - [YOLOX](https://github.com/Megvii-BaseDetection/YOLOX)