Skip to content

Commit

Permalink
add the instruction to get pre-trained models
Browse files Browse the repository at this point in the history
  • Loading branch information
sthanhng committed Oct 12, 2018
1 parent c03dd78 commit 99c789b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions model-weights/get_models.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
#!/usr/bin/env bash

wget https://pjreddie.com/media/files/yolov3.weights
wget https://github.com/pjreddie/darknet/blob/master/cfg/yolov3.cfg?raw=true -O ./yolov3.cfg
wget https://github.com/pjreddie/darknet/blob/master/data/coco.names?raw=true -O ./coco.names

# for face detection using the YOLOv3 algorithm, you navigate to the below link:
# https://drive.google.com/file/d/1xYasjU52whXMLT5MtF7RCPQkV66993oR/view?usp=sharing
# to download the weights of the trained model
# put then it into the model-weights/ folder

0 comments on commit 99c789b

Please sign in to comment.