Skip to content

Commit

Permalink
train -> val comment fix (ultralytics#6024)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Dec 17, 2021
1 parent 361705d commit abbdd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/coco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Train/val/test sets as 1) dir: path/to/imgs, 2) file: path/to/imgs.txt, or 3) list: [path/to/imgs1, path/to/imgs2, ..]
path: ../datasets/coco # dataset root dir
train: train2017.txt # train images (relative to 'path') 118287 images
val: val2017.txt # train images (relative to 'path') 5000 images
val: val2017.txt # val images (relative to 'path') 5000 images
test: test-dev2017.txt # 20288 of 40670 images, submit to https://competitions.codalab.org/competitions/20794

# Classes
Expand Down

0 comments on commit abbdd48

Please sign in to comment.