From 67ee4f0c0d446451f6f29fc41fc93d3071dbebcf Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 26 Aug 2018 11:24:09 +0200 Subject: [PATCH] updates --- .gitignore | 3 ++- checkpoints/download_yolov3_weights.sh | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 checkpoints/download_yolov3_weights.sh diff --git a/.gitignore b/.gitignore index d8221550..4f0936fc 100755 --- a/.gitignore +++ b/.gitignore @@ -10,11 +10,12 @@ *.HEIC *.weights *.pt +*.weights *results.txt !zidane_result.jpg #!coco_training_loss.png -checkpoints + temp-plot.html # MATLAB GitIgnore ----------------------------------------------------------------------------------------------------- diff --git a/checkpoints/download_yolov3_weights.sh b/checkpoints/download_yolov3_weights.sh new file mode 100644 index 00000000..38108e7a --- /dev/null +++ b/checkpoints/download_yolov3_weights.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +wget https://pjreddie.com/media/files/yolov3.weights