From 9a00c173a44bfcf3a58cc2a60e37deb6a1fb9e03 Mon Sep 17 00:00:00 2001 From: "Kin-Yiu, Wong" <102582011@cc.ncu.edu.tw> Date: Thu, 7 Jul 2022 08:24:04 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5eedee..7d6a52c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # yolov7 -Implementation of paper - [YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors]() +Implementation of paper - [YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors](https://arxiv.org/abs/2207.02696) @@ -78,7 +78,7 @@ The training code and instrument will release soon. @article{wang2022yolov7, title={{YOLOv7}: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors}, author={Wang, Chien-Yao and Bochkovskiy, Alexey and Liao, Hong-Yuan Mark}, - journal={arXiv preprint}, + journal={arXiv preprint arXiv:2207.02696}, year={2022} } ```