This commit is contained in:
Glenn Jocher 2019-09-09 21:18:05 +02:00
parent 334ea9da0d
commit d8f6adc775
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ def load_darknet_weights(self, weights, cutoff=-1):
if not os.path.isfile(weights):
if file == 'yolov3-spp.weights':
gdrive_download(id='1oPCHKsM2JpM-zgyepQciGli9X0MTsJCO', name=weights)
elif file == 'darknet.53.conv.74':
elif file == 'darknet53.conv.74':
gdrive_download(id='18xqvs_uwAqfTXp-LJCYLYNHBOcrwbrp0', name=weights)
else:
try: # download from pjreddie.com