trevorsullivan
commited on
Commit
•
ac93e9c
1
Parent(s):
9b62f99
Fix Google Drive URI for YOLOv5 weights
Browse files- utils/google_utils.py +1 -1
utils/google_utils.py
CHANGED
@@ -10,7 +10,7 @@ from pathlib import Path
|
|
10 |
def attempt_download(weights):
|
11 |
# Attempt to download pretrained weights if not found locally
|
12 |
weights = weights.strip()
|
13 |
-
msg = weights + ' missing, try downloading from https://drive.google.com/
|
14 |
|
15 |
r = 1
|
16 |
if len(weights) > 0 and not os.path.isfile(weights):
|
|
|
10 |
def attempt_download(weights):
|
11 |
# Attempt to download pretrained weights if not found locally
|
12 |
weights = weights.strip()
|
13 |
+
msg = weights + ' missing, try downloading from https://drive.google.com/drive/folders/1Drs_Aiu7xx6S-ix95f9kNsA6ueKRpN2J'
|
14 |
|
15 |
r = 1
|
16 |
if len(weights) > 0 and not os.path.isfile(weights):
|