Dataset Notes.
Creating a dataset for a classification or segmentation task. If an annotation file is present, the annotations are also prepared. The dataset is created based on an imageset.
Imagesets are collected images to build a dataset from, stored in the imagesets
folder.
The imagesets
folder contains the following folder structure:
- imagesets/[imageset_type]/[imageset_name]
Inside the [imageset_name]
folder are the following files / folders
test/
: test images (benchmark)trainval/
: training and validation images for cross validationcategories.txt
: all categories (classes) the imageset contains
Data-sets are stored in the datasets
base folder.
The datasets
folder contains the following folder structure:
- datasets/[dataset_type]/[dataset_name]
where
[dataset_type]
is the same as the corresponding[imageset_type]
and[dataset_name]
is the same as the corresponding[imageset_name]
.
Inside the [dataset_name]
folder are the following files / folders
test/
: test set (benchmark)train/
: training setval/
: validation setcategories.txt
: all categories (classes) the dataset contains