From f8f67cd461f20b71fd2ae1a46d04e99ed9f9f51d Mon Sep 17 00:00:00 2001 From: Alexey Date: Sun, 22 Aug 2021 02:50:36 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2850d441..d4f80fca 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Darknet is an open source neural network framework written in C and CUDA. It is ## Scaled-YOLOv4: -* **paper:** https://arxiv.org/abs/2011.08036 +* **paper (CVPR 2021)**: https://openaccess.thecvf.com/content/CVPR2021/html/Wang_Scaled-YOLOv4_Scaling_Cross_Stage_Partial_Network_CVPR_2021_paper.html * **source code - Pytorch (use to reproduce results):** https://github.com/WongKinYiu/ScaledYOLOv4