From f88b2bd15345615569fe845a85abfb098aa22c24 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 4 Sep 2018 14:39:48 +0200 Subject: [PATCH] updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaf33a8a..4c9a48ef 100755 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ HS**V** Intensity | +/- 50% Checkpoints are saved in `/checkpoints` directory. Run `detect.py` to apply trained weights to an image, such as `zidane.jpg` from the `data/samples` folder, shown here. Alternatively you can use the official YOLOv3 weights: - PyTorch format: https://storage.googleapis.com/ultralytics/yolov3.pt -- darknet format: https://pjreddie.com/media/files/yolov3.weights +- Darknet format: https://pjreddie.com/media/files/yolov3.weights ![Alt](https://github.com/ultralytics/yolov3/blob/master/data/zidane_result.jpg "inference example")