Ultralytics Asset URL Update (#14345)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
Glenn Jocher 2024-07-10 21:12:33 +02:00 committed by GitHub
parent 470b120a1b
commit 2d332a1cb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 55 additions and 53 deletions

View file

@ -33,4 +33,4 @@ names:
15: container crane
# Download script/URL (optional)
download: https://github.com/ultralytics/yolov5/releases/download/v1.0/DOTAv1.5.zip
download: https://github.com/ultralytics/assets/releases/download/v0.0.0/DOTAv1.5.zip

View file

@ -32,4 +32,4 @@ names:
14: swimming pool
# Download script/URL (optional)
download: https://github.com/ultralytics/yolov5/releases/download/v1.0/DOTAv1.zip
download: https://github.com/ultralytics/assets/releases/download/v0.0.0/DOTAv1.zip

View file

@ -37,7 +37,7 @@ download: |
# Download
dir = Path(yaml['path']) # dataset root dir
urls = ['https://zenodo.org/record/4298502/files/global-wheat-codalab-official.zip',
'https://github.com/ultralytics/yolov5/releases/download/v1.0/GlobalWheat2020_labels.zip']
'https://github.com/ultralytics/assets/releases/download/v0.0.0/GlobalWheat2020_labels.zip']
download(urls, dir=dir)
# Make Directories

View file

@ -76,7 +76,7 @@ download: |
# Download
dir = Path(yaml['path']) # dataset root dir
url = 'https://github.com/ultralytics/yolov5/releases/download/v1.0/'
url = 'https://github.com/ultralytics/assets/releases/download/v0.0.0/'
urls = [f'{url}VOCtrainval_06-Nov-2007.zip', # 446MB, 5012 images
f'{url}VOCtest_06-Nov-2007.zip', # 438MB, 4953 images
f'{url}VOCtrainval_11-May-2012.zip'] # 1.95GB, 17126 images

View file

@ -61,10 +61,10 @@ download: |
# Download
dir = Path(yaml['path']) # dataset root dir
urls = ['https://github.com/ultralytics/yolov5/releases/download/v1.0/VisDrone2019-DET-train.zip',
'https://github.com/ultralytics/yolov5/releases/download/v1.0/VisDrone2019-DET-val.zip',
'https://github.com/ultralytics/yolov5/releases/download/v1.0/VisDrone2019-DET-test-dev.zip',
'https://github.com/ultralytics/yolov5/releases/download/v1.0/VisDrone2019-DET-test-challenge.zip']
urls = ['https://github.com/ultralytics/assets/releases/download/v0.0.0/VisDrone2019-DET-train.zip',
'https://github.com/ultralytics/assets/releases/download/v0.0.0/VisDrone2019-DET-val.zip',
'https://github.com/ultralytics/assets/releases/download/v0.0.0/VisDrone2019-DET-test-dev.zip',
'https://github.com/ultralytics/assets/releases/download/v0.0.0/VisDrone2019-DET-test-challenge.zip']
download(urls, dir=dir, curl=True, threads=4)
# Convert

View file

@ -21,4 +21,4 @@ names:
3: zebra
# Download script/URL (optional)
download: https://github.com/ultralytics/yolov5/releases/download/v1.0/african-wildlife.zip
download: https://github.com/ultralytics/assets/releases/download/v0.0.0/african-wildlife.zip

View file

@ -19,4 +19,4 @@ names:
1: positive
# Download script/URL (optional)
download: https://github.com/ultralytics/yolov5/releases/download/v1.0/brain-tumor.zip
download: https://github.com/ultralytics/assets/releases/download/v0.0.0/brain-tumor.zip

View file

@ -40,4 +40,4 @@ names:
22: wheel
# Download script/URL (optional)
download: https://github.com/ultralytics/yolov5/releases/download/v1.0/carparts-seg.zip
download: https://github.com/ultralytics/assets/releases/download/v0.0.0/carparts-seg.zip

View file

@ -28,7 +28,7 @@ download: |
# Download labels
dir = Path(yaml['path']) # dataset root dir
url = 'https://github.com/ultralytics/yolov5/releases/download/v1.0/'
url = 'https://github.com/ultralytics/assets/releases/download/v0.0.0/'
urls = [url + 'coco2017labels-pose.zip'] # labels
download(urls, dir=dir.parent)
# Download data

View file

@ -104,7 +104,7 @@ download: |
# Download labels
segments = True # segment or box labels
dir = Path(yaml['path']) # dataset root dir
url = 'https://github.com/ultralytics/yolov5/releases/download/v1.0/'
url = 'https://github.com/ultralytics/assets/releases/download/v0.0.0/'
urls = [url + ('coco2017labels-segments.zip' if segments else 'coco2017labels.zip')] # labels
download(urls, dir=dir.parent)
# Download data

View file

@ -97,4 +97,4 @@ names:
79: toothbrush
# Download script/URL (optional)
download: https://github.com/ultralytics/yolov5/releases/download/v1.0/coco128-seg.zip
download: https://github.com/ultralytics/assets/releases/download/v0.0.0/coco128-seg.zip

View file

@ -97,4 +97,4 @@ names:
79: toothbrush
# Download script/URL (optional)
download: https://github.com/ultralytics/yolov5/releases/download/v1.0/coco128.zip
download: https://github.com/ultralytics/assets/releases/download/v0.0.0/coco128.zip

View file

@ -22,4 +22,4 @@ names:
0: person
# Download script/URL (optional)
download: https://github.com/ultralytics/yolov5/releases/download/v1.0/coco8-pose.zip
download: https://github.com/ultralytics/assets/releases/download/v0.0.0/coco8-pose.zip

View file

@ -97,4 +97,4 @@ names:
79: toothbrush
# Download script/URL (optional)
download: https://github.com/ultralytics/yolov5/releases/download/v1.0/coco8-seg.zip
download: https://github.com/ultralytics/assets/releases/download/v0.0.0/coco8-seg.zip

View file

@ -97,4 +97,4 @@ names:
79: toothbrush
# Download script/URL (optional)
download: https://github.com/ultralytics/yolov5/releases/download/v1.0/coco8.zip
download: https://github.com/ultralytics/assets/releases/download/v0.0.0/coco8.zip

View file

@ -18,4 +18,4 @@ names:
0: crack
# Download script/URL (optional)
download: https://github.com/ultralytics/yolov5/releases/download/v1.0/crack-seg.zip
download: https://github.com/ultralytics/assets/releases/download/v0.0.0/crack-seg.zip

View file

@ -31,4 +31,4 @@ names:
14: swimming pool
# Download script/URL (optional)
download: https://github.com/ultralytics/yolov5/releases/download/v1.0/dota8.zip
download: https://github.com/ultralytics/assets/releases/download/v0.0.0/dota8.zip

View file

@ -1225,7 +1225,7 @@ download: |
# Download labels
dir = Path(yaml['path']) # dataset root dir
url = 'https://github.com/ultralytics/yolov5/releases/download/v1.0/'
url = 'https://github.com/ultralytics/assets/releases/download/v0.0.0/'
urls = [url + 'lvis-labels-segments.zip'] # labels
download(urls, dir=dir.parent)
# Download data

View file

@ -18,4 +18,4 @@ names:
0: package
# Download script/URL (optional)
download: https://github.com/ultralytics/yolov5/releases/download/v1.0/package-seg.zip
download: https://github.com/ultralytics/assets/releases/download/v0.0.0/package-seg.zip

View file

@ -17,4 +17,4 @@ names:
0: signature
# Download script/URL (optional)
download: https://github.com/ultralytics/yolov5/releases/download/v1.0/signature.zip
download: https://github.com/ultralytics/assets/releases/download/v0.0.0/signature.zip

View file

@ -21,4 +21,4 @@ names:
0: tiger
# Download script/URL (optional)
download: https://github.com/ultralytics/yolov5/releases/download/v1.0/tiger-pose.zip
download: https://github.com/ultralytics/assets/releases/download/v0.0.0/tiger-pose.zip