From aee1ea72dcdfbeabc73dd756c615a5e81b31fcb9 Mon Sep 17 00:00:00 2001 From: Ron Dias Date: Mon, 11 Jun 2018 03:40:18 -0400 Subject: [PATCH] Updated Weight URL Because the download weight URL changed since the YOLOv3 came out --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9232904df..369ffc90d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Real-time object detection and classification. Paper: [version 1](https://arxiv.org/pdf/1506.02640.pdf), [version 2](https://arxiv.org/pdf/1612.08242.pdf). -Read more about YOLO (in darknet) and download weight files [here](http://pjreddie.com/darknet/yolo/). In case the weight file cannot be found, I uploaded some of mine [here](https://drive.google.com/drive/folders/0B1tW_VtY7onidEwyQ2FtQVplWEU), which include `yolo-full` and `yolo-tiny` of v1.0, `tiny-yolo-v1.1` of v1.1 and `yolo`, `tiny-yolo-voc` of v2. +Read more about YOLO (in darknet) and download weight files [here](http://pjreddie.com/darknet/yolov2/). In case the weight file cannot be found, I uploaded some of mine [here](https://drive.google.com/drive/folders/0B1tW_VtY7onidEwyQ2FtQVplWEU), which include `yolo-full` and `yolo-tiny` of v1.0, `tiny-yolo-v1.1` of v1.1 and `yolo`, `tiny-yolo-voc` of v2. See demo below or see on [this imgur](http://i.imgur.com/EyZZKAA.gif)