File size: 2,608 Bytes
8333c30
 
 
 
 
 
 
 
 
 
 
 
 
eaaa0bb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8333c30
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
---
language: en
license: unknown
task_categories:
- change-detection
pretty_name: ChaBuD
tags:
- remote-sensing
- earth-observation
- geospatial
- satellite-imagery
- change-detection
- sentinel-2
dataset_info:
  features:
  - name: image1
    dtype: image
  - name: image2
    dtype: image
  - name: mask
    dtype: image
  splits:
  - name: train
    num_bytes: 577995423.0
    num_examples: 278
  - name: validation
    num_bytes: 158102432.0
    num_examples: 78
  download_size: 380547073
  dataset_size: 736097855.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---

# ChaBuD

<!-- Dataset thumbnail -->
![ChaBuD](./thumbnail.png)

<!-- Provide a quick summary of the dataset. -->
ChaBuD is a dataset for Change detection for Burned area Delineation and is used for the ChaBuD ECML-PKDD 2023 Discovery Challenge. This is the RGB version with 3 bands.
- **Paper:** https://doi.org/10.1016/j.rse.2021.112603
- **Homepage:** https://huggingface.co/spaces/competitions/ChaBuD-ECML-PKDD2023

## Description

<!-- Provide a longer summary of what this dataset is. -->


- **Total Number of Images**: 356
- **Bands**: 3 (RGB)
- **Image Size**: 512x512
- **Image Resolution**: 10m
- **Land Cover Classes**: 2
- **Classes**: no change, burned area
- **Source**: Sentinel-2


## Usage

To use this dataset, simply use `datasets.load_dataset("blanchon/ChaBuD")`.
<!-- Provide any additional information on how to use this dataset. -->
```python
from datasets import load_dataset
ChaBuD = load_dataset("blanchon/ChaBuD")
```

## Citation 

<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
If you use the ChaBuD  dataset in your research, please consider citing the following publication:


```bibtex
@article{TURKOGLU2021112603,
    title = {Crop mapping from image time series: Deep learning with multi-scale label hierarchies},
    journal = {Remote Sensing of Environment},
    volume = {264},
    pages = {112603},
    year = {2021},
    issn = {0034-4257},
    doi = {https://doi.org/10.1016/j.rse.2021.112603},
    url = {https://www.sciencedirect.com/science/article/pii/S0034425721003230},
    author = {Mehmet Ozgur Turkoglu and Stefano D'Aronco and Gregor Perich and Frank Liebisch and Constantin Streit and Konrad Schindler and Jan Dirk Wegner},
    keywords = {Deep learning, Recurrent neural network (RNN), Convolutional RNN, Hierarchical classification, Multi-stage, Crop classification, Multi-temporal, Time series},
}
```