Skip to content

VOC dataset

Warning

When use PreImutils VOC segmentation it's easier to put your data in below pattern

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
.
└── ${YOUR_DATASET_DIR}
    ├── ImageSets
    │   └── Segmentation
    │       └── train.txt
    │       └── val.txt
    │       └── trainval.txt
    ├── JPEGImages
    ├── SegmentationClass
    ├── SegmentationClassRaw
    ├── SegmentationObject
    └── labelmap.txt

convert your custom dataset to VOC format

If you want to convert your custom dataset to VOC format use