JirkaB commited on
Commit
be55111
·
1 Parent(s): 0128947
.github/workflows/ci-testing.yml CHANGED
@@ -51,6 +51,7 @@ jobs:
51
 
52
  - name: Download data
53
  run: |
 
54
  python -c "from utils.google_utils import * ; gdrive_download('1n_oKgR81BJtqk75b00eAjdv03qVCQn2f', 'coco128.zip')"
55
 
56
  - name: Download weights
 
51
 
52
  - name: Download data
53
  run: |
54
+ cd ..
55
  python -c "from utils.google_utils import * ; gdrive_download('1n_oKgR81BJtqk75b00eAjdv03qVCQn2f', 'coco128.zip')"
56
 
57
  - name: Download weights
data/coco128.yaml CHANGED
@@ -8,8 +8,8 @@
8
 
9
 
10
  # train and val data as 1) directory: path/images/, 2) file: path/images.txt, or 3) list: [path1/images/, path2/images/]
11
- train: coco128/images/train2017/ # 128 images
12
- val: coco128/images/train2017/ # 128 images
13
 
14
  # number of classes
15
  nc: 80
 
8
 
9
 
10
  # train and val data as 1) directory: path/images/, 2) file: path/images.txt, or 3) list: [path1/images/, path2/images/]
11
+ train: ../coco128/images/train2017/ # 128 images
12
+ val: ../coco128/images/train2017/ # 128 images
13
 
14
  # number of classes
15
  nc: 80