This commit is contained in:
Glenn Jocher 2019-04-18 19:18:28 +02:00
parent 1d7ccb7580
commit 97c488f8ef
1 changed files with 1 additions and 1 deletions

View File

@ -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':