浏览代码

Update README.md

Mengqi Lei 2 月之前
父节点
当前提交
d80f99f7da
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -220,6 +220,11 @@ model.export(format="engine", half=True)  # or format="onnx"
 
 ## Cite YOLOv13 📝
 ```bibtex
-Coming soon...
+@article{yolov13,
+  title={YOLOv13: Real-Time Object Detection with Hypergraph-Enhanced Adaptive Visual Perception},
+  author={Lei, Mengqi and Li, Siqi and Wu, Yihong, et al.},
+  journal={arXiv preprint arXiv:2506.17733},
+  year={2025}
+}
 ```