jonathan-roberts1 commited on
Commit
4bb60de
1 Parent(s): 1bd447b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -3
README.md CHANGED
@@ -11,11 +11,47 @@ dataset_info:
11
  '1': undamaged buildings
12
  splits:
13
  - name: train
14
- num_bytes: 25588780.0
15
  num_examples: 10000
16
  download_size: 26998688
17
- dataset_size: 25588780.0
 
18
  ---
19
  # Dataset Card for "Satellite-Images-of-Hurricane-Damage"
20
 
21
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  '1': undamaged buildings
12
  splits:
13
  - name: train
14
+ num_bytes: 25588780
15
  num_examples: 10000
16
  download_size: 26998688
17
+ dataset_size: 25588780
18
+ license: cc-by-4.0
19
  ---
20
  # Dataset Card for "Satellite-Images-of-Hurricane-Damage"
21
 
22
+ ## Dataset Description
23
+
24
+ - **Paper** [Deep learning based damage detection on post-hurricane satellite imagery](https://arxiv.org/pdf/1807.01688.pdf)
25
+ - **Data** [IEEE-Dataport](https://ieee-dataport.org/open-access/detecting-damaged-buildings-post-hurricane-satellite-imagery-based-customized)
26
+ - **Split** Train_another
27
+ - **GitHub** [DamageDetection](https://github.com/qcao10/DamageDetection)
28
+
29
+ ## Split Information
30
+
31
+ This HuggingFace dataset repository contains just the Train_another split.
32
+
33
+ ### Licensing Information
34
+
35
+ [CC BY 4.0](https://ieee-dataport.org/open-access/detecting-damaged-buildings-post-hurricane-satellite-imagery-based-customized)
36
+
37
+ ## Citation Information
38
+
39
+ [Deep learning based damage detection on post-hurricane satellite imagery](https://arxiv.org/pdf/1807.01688.pdf)
40
+
41
+ [IEEE-Dataport](https://ieee-dataport.org/open-access/detecting-damaged-buildings-post-hurricane-satellite-imagery-based-customized)
42
+ ```
43
+ @misc{sdad-1e56-18,
44
+ title = {Detecting Damaged Buildings on Post-Hurricane Satellite Imagery Based on Customized Convolutional Neural Networks},
45
+ author = {Cao, Quoc Dung and Choe, Youngjun},
46
+ year = 2018,
47
+ publisher = {IEEE Dataport},
48
+ doi = {10.21227/sdad-1e56},
49
+ url = {https://dx.doi.org/10.21227/sdad-1e56}
50
+ }
51
+ @article{cao2018deep,
52
+ title={Deep learning based damage detection on post-hurricane satellite imagery},
53
+ author={Cao, Quoc Dung and Choe, Youngjun},
54
+ journal={arXiv preprint arXiv:1807.01688},
55
+ year={2018}
56
+ }
57
+ ```