Skip to content

Commit

Permalink
Fix model and config files to prevent unexpected update from upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
bafu committed Aug 16, 2017
1 parent d675aef commit 2bf8680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ download_classifier_model() {
download_detector_model() {
pushd inference/darkflow > /dev/null
mkdir bin
wget -O bin/tiny-yolo.weights http://pjreddie.com/media/files/tiny-yolo.weights
wget -O cfg/tiny-yolo.cfg https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/tiny-yolo.cfg
wget -O bin/tiny-yolo.weights https://s3.amazonaws.com/berrynet/models/tinyyolo/tiny-yolo.weights
wget -O cfg/tiny-yolo.cfg https://s3.amazonaws.com/berrynet/models/tinyyolo/tiny-yolo.cfg
popd > /dev/null
}

Expand Down

0 comments on commit 2bf8680

Please sign in to comment.