--- license: gpl-3.0 task_categories: - image-segmentation tags: - semantic-segmentation - synthetic-data - domain-adaptation - cityscapes - acdc size_categories: - 100K **Note on Synscapes:** Due to licensing restrictions, we are unable to release the generated Synscapes data. The folders contain the original license file for reference but do not include image data. --- ## Dataset Structure The data is organized by `//`. ```text / └── / ├── images/ # Top 3 generated images per source (MCOC ranked) ├── original_tid/ # Original source segmentation maps ├── hrda_tid/ # HRDA pseudo-labels ├── splits/ # .txt files for training loading └── LICENSE # Original source dataset license ``` --- ## Usage Example Example data loading scripts that utilize the provided .txt split files are available in our official GitHub repository: [github.com/vislearn/FLEDGE](https://github.com/vislearn/FLEDGE) --- ## Citation ```text @misc{kalsan2025fledge, title={A Framework for Low-Effort Training Data Generation for Urban Semantic Segmentation}, author={Damjan Kalšan and Denis Zavadski and Tim Küchler and Haebom Lee and Stefan Roth and Carsten Rother}, year={2025}, eprint={2510.11567}, archivePrefix={arXiv}, primaryClass={cs.CV} } ```