File size: 1,915 Bytes
1bd447b
 
 
 
 
 
 
 
 
 
 
 
 
4bb60de
1bd447b
 
4bb60de
 
1bd447b
 
 
4bb60de
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': flooded or damaged buildings
          '1': undamaged buildings
  splits:
  - name: train
    num_bytes: 25588780
    num_examples: 10000
  download_size: 26998688
  dataset_size: 25588780
license: cc-by-4.0
---
# Dataset Card for "Satellite-Images-of-Hurricane-Damage"

## Dataset Description

- **Paper** [Deep learning based damage detection on post-hurricane satellite imagery](https://arxiv.org/pdf/1807.01688.pdf)
- **Data** [IEEE-Dataport](https://ieee-dataport.org/open-access/detecting-damaged-buildings-post-hurricane-satellite-imagery-based-customized)
- **Split** Train_another
- **GitHub** [DamageDetection](https://github.com/qcao10/DamageDetection)

## Split Information

This HuggingFace dataset repository contains just the Train_another split. 

### Licensing Information

[CC BY 4.0](https://ieee-dataport.org/open-access/detecting-damaged-buildings-post-hurricane-satellite-imagery-based-customized)

## Citation Information

[Deep learning based damage detection on post-hurricane satellite imagery](https://arxiv.org/pdf/1807.01688.pdf)

[IEEE-Dataport](https://ieee-dataport.org/open-access/detecting-damaged-buildings-post-hurricane-satellite-imagery-based-customized)
```
@misc{sdad-1e56-18,
  title        = {Detecting Damaged Buildings on Post-Hurricane Satellite Imagery Based on Customized Convolutional Neural Networks},
  author       = {Cao, Quoc Dung and Choe, Youngjun},
  year         = 2018,
  publisher    = {IEEE Dataport},
  doi          = {10.21227/sdad-1e56},
  url          = {https://dx.doi.org/10.21227/sdad-1e56}
}
@article{cao2018deep,
  title={Deep learning based damage detection on post-hurricane satellite imagery},
  author={Cao, Quoc Dung and Choe, Youngjun},
  journal={arXiv preprint arXiv:1807.01688},
  year={2018}
}
```