From 58d2327f4a0f190eb4b80190fdeab6a42cce940c Mon Sep 17 00:00:00 2001
From: wa22
Date: Fri, 24 May 2024 02:04:00 +0000
Subject: [PATCH] update README
---
README.md | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 5d8eaf403..5e7b72b29 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# [YOLOv10: Real-Time End-to-End Object Detection]()
+# [YOLOv10: Real-Time End-to-End Object Detection](https://arxiv.org/abs/2405.14458)
Official PyTorch implementation of **YOLOv10**.
@@ -9,9 +9,9 @@ Official PyTorch implementation of **YOLOv10**.
Comparisons with others in terms of latency-accuracy (left) and size-accuracy (right) trade-offs.
-[YOLOv10: Real-Time End-to-End Object Detection]().\
+[YOLOv10: Real-Time End-to-End Object Detection](https://arxiv.org/abs/2405.14458).\
Ao Wang, Hui Chen, Lihao Liu, Kai Chen, Zijia Lin, Jungong Han, and Guiguang Ding\
-[[`arXiv`]()]
+[[`arXiv`](https://arxiv.org/abs/2405.14458)]
@@ -81,5 +81,12 @@ Thanks for the great implementations!
If our code or models help your work, please cite our paper:
```BibTeX
-
+@misc{wang2024yolov10,
+ title={YOLOv10: Real-Time End-to-End Object Detection},
+ author={Ao Wang and Hui Chen and Lihao Liu and Kai Chen and Zijia Lin and Jungong Han and Guiguang Ding},
+ year={2024},
+ eprint={2405.14458},
+ archivePrefix={arXiv},
+ primaryClass={cs.CV}
+}
```