Powercube7
GitHub
2 anni fa
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
1 aggiunte e
1 eliminazioni
-
utils/downloads.py
|
|
@@ -69,7 +69,7 @@ def attempt_download(file, repo='ultralytics/yolov5'): # from utils.downloads i |
|
|
|
try: |
|
|
|
tag = subprocess.check_output('git tag', shell=True, stderr=subprocess.STDOUT).decode().split()[-1] |
|
|
|
except Exception: |
|
|
|
tag = 'v6.0' # current release |
|
|
|
tag = 'v6.1' # current release |
|
|
|
|
|
|
|
if name in assets: |
|
|
|
safe_download( |