Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslahm committed May 24, 2024
1 parent 8d9f45a commit 58d2327
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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**.
Expand All @@ -9,9 +9,9 @@ Official PyTorch implementation of **YOLOv10**.
Comparisons with others in terms of latency-accuracy (left) and size-accuracy (right) trade-offs.
</p>

[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)]

<details>
<summary>
Expand Down Expand Up @@ -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}
}
```

0 comments on commit 58d2327

Please sign in to comment.