updates
This commit is contained in:
parent
023baa5aa2
commit
1d7ccb7580
|
@ -243,7 +243,7 @@ def load_darknet_weights(self, weights, cutoff=-1):
|
||||||
try:
|
try:
|
||||||
os.system('wget https://pjreddie.com/media/files/' + weights_file + ' -O ' + weights)
|
os.system('wget https://pjreddie.com/media/files/' + weights_file + ' -O ' + weights)
|
||||||
except IOError:
|
except IOError:
|
||||||
print(weights + ' not found')
|
print(weights + ' not found. Try https://drive.google.com/drive/folders/1uxgUBemJVw9wZsdpboYbzUN4bcRhsuAI')
|
||||||
|
|
||||||
# Establish cutoffs
|
# Establish cutoffs
|
||||||
if weights_file == 'darknet53.conv.74':
|
if weights_file == 'darknet53.conv.74':
|
||||||
|
|
Loading…
Reference in New Issue