This commit is contained in:
Glenn Jocher 2019-04-18 19:17:08 +02:00
parent 023baa5aa2
commit 1d7ccb7580
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')
print(weights + ' not found. Try https://drive.google.com/drive/folders/1uxgUBemJVw9wZsdpboYbzUN4bcRhsuAI')
# Establish cutoffs
if weights_file == 'darknet53.conv.74':