--- pretty_name: "SegFly: A Dataset and 2D-3D-2D Paradigm for Aerial RGB-Thermal Semantic Segmentation at Scale" task_categories: - image-segmentation task_ids: - semantic-segmentation license: cc-by-nc-sa-4.0 language: - en size_categories: - 10K`#000000` | | 1 | Road | `[128, 0, 128]` | `#800080` | | 2 | Walkway | `[204, 163, 72]` | `#cca348` | | 3 | Dirt | `[128, 0, 0]` | `#800000` | | 4 | Gravel | `[192, 192, 192]` | `#c0c0c0` | | 6 | Grass | `[0, 255, 0]` | `#00ff00` | | 7 | Vegetation | `[112, 148, 32]` | `#709420` | | 8 | Tree | `[64, 64, 0]` | `#404000` | | 9 | Ground Obstacle | `[255, 255, 0]` | `#ffff00` | | 13 | Vehicle | `[0, 128, 128]` | `#008080` | | 14 | Water | `[0, 0, 255]` | `#0000ff` | | 16 | Building | `[255, 0, 0]` | `#ff0000` | | 17 | Roof | `[64, 160, 120]` | `#40a078` | | 33 | Parking Lot | `[128, 64, 128]` | `#804080` | | 34 | Construction | `[240, 120, 120]` | `#f07878` | | 36 | Truck | `[128, 128, 64]` | `#808040` | ## How to Use ```python from datasets import load_dataset # Load entire dataset dataset = load_dataset("markus-42/SegFly") ``` ## Citation ```bibtex @inproceedings{gross2026segfly, title={{SegFly: A Dataset and 2D-3D-2D Paradigm for Aerial RGB-Thermal Semantic Segmentation at Scale}}, author={Markus Gross and Sai Bharadhwaj Matha and Rui Song and Viswanathan Muthuveerappan and Conrad Christoph and Julius Huber and Daniel Cremers}, booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)}, year={2026}, } ``` ## License Licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/).