ultralytics / JSON2YOLO

Convert JSON annotations into YOLO format.

Home Page:https://docs.ultralytics.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A question about coco128-seg.ymal

CVer2022 opened this issue · comments

The train/val/test path in coco128-seg.ymal is as follows:

path: ./datasets/coco128-seg # dataset root dir
train: images/train2017 # train images (relative to 'path') 128 images
val: images/train2017 # val images (relative to 'path') 128 images
test: # test images (optional)

I mean that why the train path is same to the val path ?

this is a demo dataset to verify your training works without error. Best practices is to use a separate val set when training actual models.