From be55111de414e4cc6d7c08a60f94676f14b22dfe Mon Sep 17 00:00:00 2001 From: Jirka Date: Thu, 16 Jul 2020 19:10:32 +0200 Subject: [PATCH] paths --- .github/workflows/ci-testing.yml | 1 + data/coco128.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 98e228a..5edbb1a 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -51,6 +51,7 @@ jobs: - name: Download data run: | + cd .. python -c "from utils.google_utils import * ; gdrive_download('1n_oKgR81BJtqk75b00eAjdv03qVCQn2f', 'coco128.zip')" - name: Download weights diff --git a/data/coco128.yaml b/data/coco128.yaml index d5835c6..9f47382 100644 --- a/data/coco128.yaml +++ b/data/coco128.yaml @@ -8,8 +8,8 @@ # train and val data as 1) directory: path/images/, 2) file: path/images.txt, or 3) list: [path1/images/, path2/images/] -train: coco128/images/train2017/ # 128 images -val: coco128/images/train2017/ # 128 images +train: ../coco128/images/train2017/ # 128 images +val: ../coco128/images/train2017/ # 128 images # number of classes nc: 80