Datasets:
CDAO
/

Modalities:
Image
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
jxnclee commited on
Commit
d619295
1 Parent(s): 467f32a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md CHANGED
@@ -1,3 +1,57 @@
1
  ---
2
  license: cc-by-sa-4.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ task_categories:
4
+ - image-classification
5
+ language:
6
+ - en
7
+ pretty_name: xView Subset for Image Classification
8
+ size_categories:
9
+ - n<1K
10
  ---
11
+ # Dataset Card for Dataset Name
12
+
13
+ Modified version of the xView Satellite Imagery dataset for the purposes of demonstrating image classification models.
14
+
15
+ ## Disclaimer
16
+ This dataset is a modified version of the xView dataset produced as a collaboration between the Defense Innovation Unit Experimental (DIUx) and the National Geospatial-Intelligence Agency (NGA). The dataset is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0). The modifications made to the original dataset are as follows: a selection of image regions labeled with bounding boxes were extracted to their own image files along with corresponding object labels in order to produce an image classification dataset.
17
+
18
+ ## Atribution
19
+ xView by the Defense Innovation Unit Experimental (DIUx) and the National Geospatial-Intelligence Agency (NGA), used under CC BY-NC-SA 4.0. The original dataset can be found at https://challenge.xviewdataset.org/data-download
20
+ This modified dataset is provided for non-commercial use only. Any use or distribution of this dataset must also adhere to the CC BY-NC-SA 4.0 license terms.
21
+ For a full copy of the license, please visit https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode.en
22
+
23
+ ## Dataset Details
24
+
25
+ ### Dataset Description
26
+
27
+ The original xView dataset is one of the largest publicly available dataset of overhead imagery sourced from across the world. It was originally designed as an object detection dataset with the inclusion of annotated bounding boxes of image elements.
28
+ This modified version of the dataset has been preprocessed to extract the portions of the imagery contained in labeled bounding boxes, as well as accompanying labels. This allows the use of the data for image classification purposes.
29
+
30
+ - **Original Dataset Curated by:** Defense Innovation Unit Experimental (DIUx) and the National Geospatial-intelligence Agency (NGA)
31
+ - **License:** Creative Commons Attribution Share Alike 4.0
32
+
33
+ ### Dataset Sources [optional]
34
+
35
+ - **Repository:** https://challenge.xviewdataset.org/data-download
36
+ - **Paper [optional]:** https://arxiv.org/abs/1802.07856
37
+
38
+ ## Uses
39
+
40
+ This small, preprocessed portion of the original xView dataset is intended to be used for the evaluation of image classification models trained on overhead satellite imagery.
41
+
42
+ ### Out-of-Scope Use
43
+
44
+ In accordance with the licensing of the data, this dataset should not be used for commercial purposes.
45
+
46
+ ## Citation
47
+
48
+ **BibTeX:**
49
+
50
+ @misc{lam2018xview,
51
+ title={xView: Objects in Context in Overhead Imagery},
52
+ author={Darius Lam and Richard Kuzma and Kevin McGee and Samuel Dooley and Michael Laielli and Matthew Klaric and Yaroslav Bulatov and Brendan McCord},
53
+ year={2018},
54
+ eprint={1802.07856},
55
+ archivePrefix={arXiv},
56
+ primaryClass={cs.CV}
57
+ }