From 97c488f8ef9b41b62180e47b84ed3ce4b87ba9d4 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 18 Apr 2019 19:18:28 +0200 Subject: [PATCH] updates --- models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.py b/models.py index fad1eb09..ce4fad46 100755 --- a/models.py +++ b/models.py @@ -243,7 +243,7 @@ def load_darknet_weights(self, weights, cutoff=-1): try: os.system('wget https://pjreddie.com/media/files/' + weights_file + ' -O ' + weights) except IOError: - print(weights + ' not found. Try https://drive.google.com/drive/folders/1uxgUBemJVw9wZsdpboYbzUN4bcRhsuAI') + print(weights + ' not found.\nTry https://drive.google.com/drive/folders/1uxgUBemJVw9wZsdpboYbzUN4bcRhsuAI') # Establish cutoffs if weights_file == 'darknet53.conv.74':