Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

FOTBCD-Binary

A large-scale building change detection benchmark from French orthophotos and topographic data.

Dataset Description

Property Value
Departments 28 (25 train / 3 eval)
Image pairs ~28k
Patch size 512×512
Resolution 0.2m
Annotation Binary mask

Splits

Split Examples
train ~26k
val ~1k
test ~1k

Features

Field Type Description
image_id string Unique identifier
image_before Image Before image (RGB)
image_after Image After image (RGB)
label Image Binary mask (0=unchanged, 255=changed)
dep string French department code
epsg int Coordinate reference system
patch_bounds string Geographic bounds (JSON)
year_before int Year of before image
year_after int Year of after image

Usage

from datasets import load_dataset

ds = load_dataset("retgenai/FOTBCD-Binary")

example = ds["train"][0]
example["image_before"].show()
example["image_after"].show()
example["label"].show()

License

Citation

If you use FOTBCD in your research, please cite our paper:

@misc{moubane2026fotbcd,
      title={FOTBCD: A Large-Scale Building Change Detection Benchmark from French Orthophotos and Topographic Data},
      author={Abdelrrahman Moubane},
      year={2026},
      eprint={2601.22596},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2601.22596},
}

Contact

Commercial licensing (FOTBCD-220k): info@retgen.ai

Downloads last month
164

Paper for retgenai/FOTBCD-Binary