jonathan-roberts1 commited on
Commit
eb9680f
1 Parent(s): 2b4f378

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +105 -3
README.md CHANGED
@@ -19,11 +19,113 @@ dataset_info:
19
  '9': snowberg
20
  splits:
21
  - name: train
22
- num_bytes: 53937080.0
23
  num_examples: 20000
24
  download_size: 75374352
25
- dataset_size: 53937080.0
 
26
  ---
27
  # Dataset Card for "NaSC-TG2"
28
 
29
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  '9': snowberg
20
  splits:
21
  - name: train
22
+ num_bytes: 53937080
23
  num_examples: 20000
24
  download_size: 75374352
25
+ dataset_size: 53937080
26
+ license: cc-by-nc-sa-4.0
27
  ---
28
  # Dataset Card for "NaSC-TG2"
29
 
30
+ ## Dataset Description
31
+
32
+ - **Paper:** [NaSC-TG2: Natural scene classification with Tiangong-2 remotely sensed imagery](https://ieeexplore.ieee.org/iel7/4609443/9314330/09366968.pdf)
33
+
34
+ ### Dataset Summary
35
+
36
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
37
+
38
+ ### Supported Tasks and Leaderboards
39
+
40
+ [More Information Needed]
41
+
42
+ ### Languages
43
+
44
+ [More Information Needed]
45
+
46
+ ## Dataset Structure
47
+
48
+ ### Data Instances
49
+
50
+ [More Information Needed]
51
+
52
+ ### Data Fields
53
+
54
+ [More Information Needed]
55
+
56
+ ### Data Splits
57
+
58
+ [More Information Needed]
59
+
60
+ ## Dataset Creation
61
+
62
+ ### Curation Rationale
63
+
64
+ [More Information Needed]
65
+
66
+ ### Source Data
67
+
68
+ #### Initial Data Collection and Normalization
69
+
70
+ [More Information Needed]
71
+
72
+ #### Who are the source language producers?
73
+
74
+ [More Information Needed]
75
+
76
+ ### Annotations
77
+
78
+ #### Annotation process
79
+
80
+ [More Information Needed]
81
+
82
+ #### Who are the annotators?
83
+
84
+ [More Information Needed]
85
+
86
+ ### Personal and Sensitive Information
87
+
88
+ [More Information Needed]
89
+
90
+ ## Considerations for Using the Data
91
+
92
+ ### Social Impact of Dataset
93
+
94
+ [More Information Needed]
95
+
96
+ ### Discussion of Biases
97
+
98
+ [More Information Needed]
99
+
100
+ ### Other Known Limitations
101
+
102
+ [More Information Needed]
103
+
104
+ ## Additional Information
105
+
106
+ ### Dataset Curators
107
+
108
+ [More Information Needed]
109
+
110
+ ### Licensing Information
111
+
112
+ Public Domain
113
+
114
+ ## Citation Information
115
+
116
+ [https://ieeexplore.ieee.org/iel7/4609443/9314330/09366968.pdf](https://ieeexplore.ieee.org/iel7/4609443/9314330/09366968.pdf)
117
+
118
+ ```
119
+ @article{Zhou2021NaSCTG2,
120
+ title = {NaSC-TG2: Natural Scene Classification With Tiangong-2 Remotely Sensed Imagery},
121
+ author = {Zhuang Zhou and Shengyang Li and Wei Wu and Weilong Guo and Xuan Li and Guisong Xiaand Zifei Zhao},
122
+ year = 2021,
123
+ journal = {IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing},
124
+ volume = 14,
125
+ pages = {3228--3242}
126
+ }
127
+ ```
128
+
129
+ ### Contributions
130
+
131
+ [More Information Needed]