Datasets:
timm
/

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
rwightman HF staff commited on
Commit
b6891b0
·
1 Parent(s): 0cfad8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -62,7 +62,7 @@ dataset_info:
62
  num_bytes: 84784207.3
63
  num_examples: 6300
64
  - name: test
65
- num_bytes: 85237234.0
66
  num_examples: 6300
67
  download_size: 425667137
68
  dataset_size: 424616191.1
@@ -75,4 +75,31 @@ configs:
75
  path: data/validation-*
76
  - split: test
77
  path: data/test-*
 
 
78
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  num_bytes: 84784207.3
63
  num_examples: 6300
64
  - name: test
65
+ num_bytes: 85237234
66
  num_examples: 6300
67
  download_size: 425667137
68
  dataset_size: 424616191.1
 
75
  path: data/validation-*
76
  - split: test
77
  path: data/test-*
78
+ size_categories:
79
+ - 10K<n<100K
80
  ---
81
+ ## Description
82
+ RESISC45 dataset is a publicly available benchmark for Remote Sensing Image Scene Classification (RESISC), created by Northwestern Polytechnical University (NWPU). This dataset contains 31,500 images, covering 45 scene classes with 700 images in each class.
83
+
84
+ The dataset does not have any default splits. Train, validation, and test splits were based on these definitions here https://github.com/google-research/google-research/blob/master/remote_sensing_representations/README.md#dataset-splits
85
+
86
+ - Paper: https://arxiv.org/abs/1703.00121.
87
+ - Website: https://paperswithcode.com/dataset/resisc45 (original homepage is unresponsive http://www.escience.cn/people/JunweiHan/NWPU-RESISC45.html)
88
+
89
+ ## Citation
90
+ ```bibtex
91
+ @article{Cheng_2017,
92
+ title={Remote Sensing Image Scene Classification: Benchmark and State of the Art},
93
+ volume={105},
94
+ ISSN={1558-2256},
95
+ url={http://dx.doi.org/10.1109/JPROC.2017.2675998},
96
+ DOI={10.1109/jproc.2017.2675998},
97
+ number={10},
98
+ journal={Proceedings of the IEEE},
99
+ publisher={Institute of Electrical and Electronics Engineers (IEEE)},
100
+ author={Cheng, Gong and Han, Junwei and Lu, Xiaoqiang},
101
+ year={2017},
102
+ month={Oct},
103
+ pages={1865-1883}
104
+ }
105
+ ```