Skip to content

Commit

Permalink
paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jul 16, 2020
1 parent 0128947 commit be55111
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions data/coco128.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be55111

Please sign in to comment.