Skip to content

Commit

Permalink
Update visdrone.yaml (ultralytics#2921)
Browse files Browse the repository at this point in the history
(cherry picked from commit de19d39)
  • Loading branch information
glenn-jocher authored and Lechtr committed Apr 25, 2021
1 parent d782e5f commit 376f59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/visdrone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ download: |
dir = Path('../VisDrone') # dataset directory
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-dev.zip',
'https://github.com/ultralytics/yolov5/releases/download/v1.0/VisDrone2019-DET-test-challenge.zip']
download(urls, dir=dir)
Expand Down

0 comments on commit 376f59d

Please sign in to comment.