-
The dataset can be downloaded in their official website.
-
Change the
SYNTHIA_ROOT
in configs/semantic_segmentation/common/datasets/_utils.py to your dataset's location. -
Pre-processing:
python tools/synthia_label_convertor.py
python tools/synthia_data_list.py
├── <SYNTHIA.BASE_DIR>
├── data_lists
├── RGB
├── GT
└── ...
More details are coming soon.