-
The dataset can be downloaded in their official website.
-
Change the
CITYSCAPES_ROOT
in configs/semantic_segmentation/common/datasets/_utils.py to your dataset's location. -
Pre-processing:
python tools/cityscapes_data_list.py
├── <CITYSCAPES.BASE_DIR>
├── data_lists
├── gtFine
├── leftImage8bit
├── all_demoVideo
└── ...
More details are coming soon.