Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 695 Bytes

CITYSCAPES.md

File metadata and controls

28 lines (19 loc) · 695 Bytes

Cityscapes

Prepare the dataset

  1. The dataset can be downloaded in their official website.

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

  3. Pre-processing:

python tools/cityscapes_data_list.py

Description

Directory Structure

    ├── <CITYSCAPES.BASE_DIR>                    
        ├── data_lists
        ├── gtFine
        ├── leftImage8bit
        ├── all_demoVideo
        └── ...

More details are coming soon.