Browse Source

paths

5.0
Jirka 4 years ago
parent
commit
be55111de4
2 changed files with 3 additions and 2 deletions
  1. +1
    -0
      .github/workflows/ci-testing.yml
  2. +2
    -2
      data/coco128.yaml

+ 1
- 0
.github/workflows/ci-testing.yml View File

@@ -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

+ 2
- 2
data/coco128.yaml View File

@@ -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

Loading…
Cancel
Save