Skip to content

Commit

Permalink
update coco.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Jul 16, 2020
1 parent 2dd43bc commit b9855f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/coco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@


# train and val data as 1) directory: path/images/, 2) file: path/images.txt, or 3) list: [path1/images/, path2/images/]
train: ../coco/train2017.txt # 118k images
val: ../coco/val2017.txt # 5k images
test: ../coco/test-dev2017.txt # 20k images for submission to https://competitions.codalab.org/competitions/20794
train: ../coco/train2017.txt # 118287 images
val: ../coco/val2017.txt # 5000 images
test: ../coco/test-dev2017.txt # 40670 images for submission to https://competitions.codalab.org/competitions/20794

# number of classes
nc: 80
Expand Down

0 comments on commit b9855f1

Please sign in to comment.