Update README.md

This commit is contained in:
Alexey 2021-08-22 02:50:36 +03:00 committed by GitHub
parent b339a70cbb
commit f8f67cd461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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