From 7f1021695a809f8a143208db3b421c2b765c2fd9 Mon Sep 17 00:00:00 2001 From: Alexey Date: Tue, 2 Jun 2020 14:38:11 +0300 Subject: [PATCH] Update Readme.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3715877..88686ab9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ Paper Yolo v4: https://arxiv.org/abs/2004.10934 -More details: http://pjreddie.com/darknet/yolo/ +More details: [medium link](https://medium.com/@alexeyab84/yolov4-the-most-accurate-real-time-neural-network-on-ms-coco-dataset-73adfd3602fe?source=friends_link&sk=6039748846bbcf1d960c3061542591d7) + +About Darknet framework: http://pjreddie.com/darknet/ [![Darknet Continuous Integration](https://github.com/AlexeyAB/darknet/workflows/Darknet%20Continuous%20Integration/badge.svg)](https://github.com/AlexeyAB/darknet/actions?query=workflow%3A%22Darknet+Continuous+Integration%22) [![CircleCI](https://circleci.com/gh/AlexeyAB/darknet.svg?style=svg)](https://circleci.com/gh/AlexeyAB/darknet)