update `model_data.py` (#19330)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/19333/head
Muhammad Rizwan Munawar 3 weeks ago committed by GitHub
parent 82b1ce44cc
commit f83d679415
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 22
      docs/model_data.py

@ -3,6 +3,7 @@
data = {
"YOLO12": {
"author": "Yunjie Tian, Qixiang Ye, David Doermann",
"org": "University at Buffalo and University of Chinese Academy of Sciences",
"date": "2024-02-18",
"arxiv": "https://arxiv.org/abs/2502.12524",
"github": "https://github.com/sunsmarterjie/yolov12",
@ -17,6 +18,7 @@ data = {
},
"YOLO11": {
"author": "Glenn Jocher and Jing Qiu",
"org": "Ultralytics",
"date": "2024-09-27",
"arxiv": None,
"github": "https://github.com/ultralytics/ultralytics",
@ -31,6 +33,7 @@ data = {
},
"YOLOv10": {
"author": "Ao Wang, Hui Chen, Lihao Liu, et al.",
"org": "Tsinghua University",
"date": "2024-05-23",
"arxiv": "https://arxiv.org/abs/2405.14458",
"github": "https://github.com/THU-MIG/yolov10",
@ -46,6 +49,7 @@ data = {
},
"YOLOv9": {
"author": "Wang, Chien-Yao and Liao, Hong-Yuan Mark",
"org": "Institute of Information Science, Academia Sinica, Taiwan",
"date": "2024-02-21",
"arxiv": "https://arxiv.org/abs/2402.13616",
"github": "https://github.com/WongKinYiu/yolov9",
@ -60,6 +64,7 @@ data = {
},
"YOLOv8": {
"author": "Glenn Jocher and Ayush Chaurasia and Jing Qiu",
"org": "Ultralytics",
"date": "2023-01-10",
"arxiv": None,
"github": "https://github.com/ultralytics/ultralytics",
@ -74,6 +79,7 @@ data = {
},
"YOLOv7": {
"author": "Wang, Chien-Yao and Bochkovskiy, Alexey and Liao, Hong-Yuan Mark",
"org": "Institute of Information Science, Academia Sinica, Taiwan",
"date": "2022-07-06",
"arxiv": "https://arxiv.org/abs/2207.02696",
"github": "https://github.com/WongKinYiu/yolov7",
@ -85,6 +91,7 @@ data = {
},
"YOLOv6-3.0": {
"author": "Chuyi Li and Lulu Li and Yifei Geng and Hongliang Jiang and Meng Cheng and Bo Zhang and Zaidan Ke and Xiaoming Xu and Xiangxiang Chu",
"org": "Meituan",
"date": "2023-01-13",
"arxiv": "https://arxiv.org/abs/2301.05586",
"github": "https://github.com/meituan/YOLOv6",
@ -98,6 +105,7 @@ data = {
},
"YOLOv5": {
"author": "Glenn Jocher",
"org": "Ultralytics",
"date": "2020-06-26",
"arxiv": None,
"github": "https://github.com/ultralytics/yolov5",
@ -112,6 +120,7 @@ data = {
},
"PP-YOLOE+": {
"author": "PaddlePaddle Authors",
"org": "Baidu",
"date": "2022-04-02",
"arxiv": "https://arxiv.org/abs/2203.16250",
"github": "https://github.com/PaddlePaddle/PaddleDetection/",
@ -126,6 +135,7 @@ data = {
},
"DAMO-YOLO": {
"author": "Xianzhe Xu and Yiqi Jiang and Weihua Chen and Yilun Huang and Yuan Zhang and Xiuyu Sun",
"org": "Alibaba Group",
"date": "2022-11-23",
"arxiv": "https://arxiv.org/abs/2211.15444v2",
"github": "https://github.com/tinyvision/DAMO-YOLO",
@ -139,6 +149,7 @@ data = {
},
"YOLOX": {
"author": "Zheng Ge and Songtao Liu and Feng Wang and Zeming Li and Jian Sun",
"org": "Megvii",
"date": "2021-07-18",
"arxiv": "https://arxiv.org/abs/2107.08430",
"github": "https://github.com/Megvii-BaseDetection/YOLOX",
@ -154,6 +165,7 @@ data = {
},
"RTDETRv2": {
"author": "Wenyu Lv and Yian Zhao and Qinyao Chang and Kui Huang and Guanzhong Wang and Yi Liu",
"org": "Baidu",
"date": "2023-04-17",
"arxiv": "https://arxiv.org/abs/2304.08069",
"github": "https://github.com/lyuwenyu/RT-DETR/tree/main/rtdetrv2_pytorch",
@ -167,6 +179,7 @@ data = {
},
"EfficientDet": {
"author": "Mingxing Tan and Ruoming Pang and Quoc V. Le",
"org": "Google",
"date": "2019-11-20",
"arxiv": "https://arxiv.org/abs/1911.09070",
"github": "https://github.com/google/automl/tree/master/efficientdet",
@ -184,6 +197,7 @@ data = {
},
"Gold-YOLO": {
"author": "Mingxing Tan and Ruoming Pang and Quoc V. Le",
"org": "Huawei Noah's Ark Lab",
"date": "2023-09-20",
"arxiv": "https://arxiv.org/abs/2309.11331",
"github": "https://github.com/huawei-noah/Efficient-Computing/tree/master/Detection/Gold-YOLO",
@ -197,6 +211,7 @@ data = {
},
"D-FINE": {
"author": "Yansong Peng and Hebei Li and Peixi Wu and Yueyi Zhang and Xiaoyan Sun and Feng Wu",
"org": "University of Science and Technology of China",
"date": "2024-10-17",
"arxiv": "https://arxiv.org/abs/2410.13842",
"github": "https://github.com/Peterande/D-FINE",
@ -211,6 +226,7 @@ data = {
},
"YOLO-World": {
"author": "Cheng, Tianheng and Song, Lin and Ge, Yixiao and Liu, Wenyu and Wang, Xinggang and Shan, Ying",
"org": "Tencent AILab Computer Vision Center",
"date": "2024-01-30",
"arxiv": "https://arxiv.org/abs/2401.17270",
"github": "https://github.com/AILab-CVC/YOLO-World",
@ -224,6 +240,7 @@ data = {
},
"RTMDet": {
"author": "Chengqi Lyu and Wenwei Zhang and Haian Huang and Yue Zhou and Yudong Wang and Yanyi Liu and Shilong Zhang and Kai Chen",
"org": "OpenMMLab",
"date": "2022-12-14",
"arxiv": "https://arxiv.org/abs/2212.07784",
"github": "https://github.com/open-mmlab/mmdetection/tree/3.x/configs/rtmdet",
@ -238,6 +255,7 @@ data = {
},
"YOLO-NAS": {
"author": "Aharon, Shay and {Louis-Dupont} and {Ofri Masad} and Yurkova, Kate and {Lotem Fridman} and {Lkdci} and Khvedchenya, Eugene and Rubin, Ran and Bagrov, Natan and Tymchenko, Borys and Keren, Tomer and Zhilko, Alexander and {Eran-Deci}",
"org": "Deci AI (acquired by NVIDIA)",
"date": "2023-05-03",
"Arxiv": None,
"github": "https://github.com/Deci-AI/super-gradients/blob/master/YOLONAS.md",
@ -250,6 +268,7 @@ data = {
},
"FCOS": {
"author": "Tian, Zhi and Shen, Chunhua and Chen, Hao and He, Tong",
"org": "The University of Adelaide",
"date": "2019-04-02",
"Arxiv": "https://arxiv.org/abs/1904.01355",
"github": "https://github.com/tianzhi0549/FCOS/",
@ -261,6 +280,7 @@ data = {
},
"SSD": {
"author": "Liu, Wei and Anguelov, Dragomir and Erhan, Dumitru and Szegedy, Christian and Reed, Scott and Fu, Cheng-Yang and Berg, Alexander C.",
"org": "University of North Carolina at Chapel Hill",
"date": "2015-12-08",
"Arxiv": "https://arxiv.org/abs/1512.02325",
"github": "https://github.com/weiliu89/caffe/tree/ssd",
@ -272,6 +292,7 @@ data = {
},
"RTDETRv3": {
"author": "Shuo Wang and Chunlong Xia and Feng Lv and Yifeng Shi",
"org": "Baidu",
"date": "2024-09-13",
"arxiv": "https://arxiv.org/abs/2409.08475",
"github": "https://github.com/clxia12/RT-DETRv3",
@ -285,6 +306,7 @@ data = {
},
"LWDETR": {
"author": "Qiang Chen and Xiangbo Su and Xinyu Zhang and Jian Wang and Jiahui Chen and Yunpeng Shen and Chuchu Han and Ziliang Chen and Weixiang Xu and Fanrong Li and Shan Zhang and Kun Yao and Errui Ding and Gang Zhang and Jingdong Wang",
"org": "Baidu",
"date": "2024-06-05",
"arxiv": "https://arxiv.org/abs/2406.03459",
"github": "https://github.com/Atten4Vis/LW-DETR",

Loading…
Cancel
Save