jonathan-roberts1 commited on
Commit
677ea84
1 Parent(s): 43772b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -45,11 +45,39 @@ dataset_info:
45
  '35': sea
46
  splits:
47
  - name: train
48
- num_bytes: 867506522.0
49
  num_examples: 14000
50
  download_size: 867005851
51
- dataset_size: 867506522.0
 
 
 
 
52
  ---
53
  # Dataset Card for "MultiScene"
54
 
55
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  '35': sea
46
  splits:
47
  - name: train
48
+ num_bytes: 867506522
49
  num_examples: 14000
50
  download_size: 867005851
51
+ dataset_size: 867506522
52
+ license: mit
53
+ task_categories:
54
+ - image-classification
55
+ - zero-shot-image-classification
56
  ---
57
  # Dataset Card for "MultiScene"
58
 
59
+ ## Dataset Description
60
+
61
+ - **Paper** [MultiScene: A Large-scale Dataset and Benchmark for Multi-scene Recognition in Single Aerial Images](https://ieeexplore.ieee.org/iel7/36/4358825/09537917.pdf)
62
+ - **Split** Clean
63
+
64
+ ### Split Information
65
+
66
+ This HuggingFace dataset repository contains just the 'Clean' split.
67
+
68
+ ### Licensing Information
69
+
70
+ MIT.
71
+
72
+ ## Citation Information
73
+
74
+ [MultiScene: A Large-scale Dataset and Benchmark for Multi-scene Recognition in Single Aerial Images](https://ieeexplore.ieee.org/iel7/36/4358825/09537917.pdf)
75
+
76
+ ```
77
+ @article{hua2021multiscene,
78
+ title = {MultiScene: A Large-scale Dataset and Benchmark for Multi-scene Recognition in Single Aerial Images},
79
+ author = {Hua, Y. and Mou, L. and Jin, P. and Zhu, X. X.},
80
+ year = {in press},
81
+ journal = {IEEE Transactions on Geoscience and Remote Sensing}
82
+ }
83
+ ```