diff --git a/README.md b/README.md index ac9797f..05bb1ec 100644 --- a/README.md +++ b/README.md @@ -175,9 +175,12 @@ 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) +- [YOLOv9](https://github.com/WongKinYiu/yolov9) +- [YOLOv8](https://github.com/ultralytics/ultralytics) - [Yolov7](https://github.com/WongKinYiu/yolov7) - [YOLOv6](https://github.com/meituan/YOLOv6) - [Yolov5](https://github.com/ultralytics/yolov5)