After you get a vanilla version of Cityscape data label maps, first convert the original segmentation label ids to one of 19 training ids:
python3 datasets/cityscapes/prepare_data.py <cityscape folder>/gtFine/
- Run
create_lists.sh
in cityscape data folder, containinggtFine
andleftImg8bit
to create image and label lists. - Move info.json to the data folder.