Browse Source
Update ci-testing.yml (#637)
* Update ci-testing.yml
* Update ci-testing.yml
5.0
Glenn Jocher
GitHub
4 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
2 deletions
-
.github/workflows/ci-testing.yml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Download data |
|
|
- name: Download data |
|
|
run: | |
|
|
run: | |
|
|
python -c "from utils.google_utils import * ; gdrive_download('1n_oKgR81BJtqk75b00eAjdv03qVCQn2f', 'coco128.zip')" |
|
|
|
|
|
mv ./coco128 ../ |
|
|
|
|
|
|
|
|
curl -L -o temp.zip https://github.com/ultralytics/yolov5/releases/download/v1.0/coco128.zip |
|
|
|
|
|
unzip -q temp.zip -d ../ |
|
|
|
|
|
rm temp.zip |
|
|
|
|
|
|
|
|
- name: Tests workflow |
|
|
- name: Tests workflow |
|
|
run: | |
|
|
run: | |