Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 932 Bytes

PASCALVOC.md

File metadata and controls

25 lines (18 loc) · 932 Bytes

PASCAL VOC 2012

Prepare the dataset

  1. The PASCAL VOC 2012 dataset we use is the commonly used 10582 training set version. If you don't already have that dataset, we refer you to Google or this blog.

  2. Change the PASCAL_ROOT in configs/semantic_segmentation/common/datasets/_utils.py to your dataset's location.

Description

Directory Structure

    ├── <PASCAL_VOC.BASE_DIR>/VOCtrainval_11-May-2012/VOCdevkit/VOC2012                    
        ├── Annotations 
        ├── ImageSets
        │   ├── Segmentation
        │   └── ... 
        ├── JPEGImages
        ├── SegmentationClass
        ├── SegmentationClassAug
        └── ...

More details are coming soon.