jonathan-roberts1 commited on
Commit
7d915d6
1 Parent(s): c859117

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -54,11 +54,38 @@ dataset_info:
54
  '44': wetland
55
  splits:
56
  - name: train
57
- num_bytes: 381151705.0
58
  num_examples: 31500
59
  download_size: 424827902
60
- dataset_size: 381151705.0
 
 
 
 
61
  ---
62
  # Dataset Card for "NWPU-RESISC45"
63
 
64
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  '44': wetland
55
  splits:
56
  - name: train
57
+ num_bytes: 381151705
58
  num_examples: 31500
59
  download_size: 424827902
60
+ dataset_size: 381151705
61
+ license: other
62
+ task_categories:
63
+ - image-classification
64
+ - zero-shot-image-classification
65
  ---
66
  # Dataset Card for "NWPU-RESISC45"
67
 
68
+ ## Dataset Description
69
+
70
+ - **Paper** [Remote sensing image scene classification: Benchmark and state of the art](https://ieeexplore.ieee.org/iel7/5/8045830/07891544.pdf)
71
+
72
+ ### Licensing Information
73
+
74
+ [CC-BY-SA]
75
+
76
+ ## Citation Information
77
+
78
+ [Remote sensing image scene classification: Benchmark and state of the art](https://ieeexplore.ieee.org/iel7/5/8045830/07891544.pdf)
79
+
80
+ ```
81
+ @article{cheng2017remote,
82
+ title = {Remote sensing image scene classification: Benchmark and state of the art},
83
+ author = {Cheng, Gong and Han, Junwei and Lu, Xiaoqiang},
84
+ year = 2017,
85
+ journal = {Proceedings of the IEEE},
86
+ publisher = {IEEE},
87
+ volume = 105,
88
+ number = 10,
89
+ pages = {1865--1883}
90
+ }
91
+ ```