Explorar el Código

Update README.md

Mengqi Lei hace 2 meses
padre
commit
d80f99f7da
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  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}
+}
 ```