Skip to content

Commit

Permalink
add tips of data configuration when using Windows system.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtjhl committed Nov 18, 2023
1 parent d512ce7 commit 035d8de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/coco.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# COCO 2017 dataset http://cocodataset.org

# If you are using Windows system,
# the dataset path should be like this:
# train: d:\dataset\coco\images\train2017
# because windows use "\" as separator, linux use "/" as separator.

train: ../coco/images/train2017 # 118287 images
val: ../coco/images/val2017 # 5000 images
test: ../coco/images/test2017
Expand Down

0 comments on commit 035d8de

Please sign in to comment.