Skip to content

Commit

Permalink
replace wget with curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Peng committed May 22, 2018
1 parent cd09a4f commit 8dcae34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A Keras implementation of YOLOv3 (Tensorflow backend) inspired by [allanzelener/
3. Run YOLO detection.

```
wget https://pjreddie.com/media/files/yolov3.weights
curl -OL https://pjreddie.com/media/files/yolov3.weights
python convert.py yolov3.cfg yolov3.weights model_data/yolo.h5
python yolo.py OR python yolo_video.py
```
Expand Down

0 comments on commit 8dcae34

Please sign in to comment.