File size: 2,161 Bytes
ebfcc9e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1d09d5a
f8fb2c6
1d09d5a
 
ebfcc9e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
license:
- unknown
task_categories:
- image-classification
language:
- en
tags:
- remote-sensing
- earth-observation
- geospatial
- satellite-imagery
- scene-classification
pretty_name: RESISC45 Dataset
size_categories:
- n<1G
---

# Remote Sensing Image Scene Classification (RESISC45) Dataset

- **Paper** [Remote Sensing Image Scene Classification: Benchmark and State of the Art
](https://arxiv.org/pdf/1703.00121.pdf)
- **Paper with code**: [RESISC45](https://paperswithcode.com/dataset/resisc45)

![RESISC45](./thumbnail.png)

## Description

The RESISC45 dataset is a scene classification dataset that focuses on RGB images extracted using [Google Earth](https://earth.google.com/web/). This dataset comprises a total of 31,500 images, with each image having a resolution of 256x256 pixels. RESISC45 contains 45 different scene classes, with 700 images per class. These images are collected from over 100 countries and were specifically selected to optimize for high variability in image conditions, including spatial resolution, occlusion, weather, illumination, and more. Among its notable features, RESISC45 contains varying spatial resolution ranging from 20cm to more than 30m/px.

## Details

## Structure

```tree
.
β”œβ”€β”€ README.md
└── data
Β Β  β”œβ”€β”€ airplane
Β Β  β”‚Β Β  β”œβ”€β”€ airplane_1.jpg
Β Β  β”‚Β Β  β”œβ”€β”€ ...
Β Β  β”‚Β Β  └── airplane_700.jpg
Β Β  β”œβ”€β”€ airport
Β Β  β”œβ”€β”€ baseball_diamond
Β Β  β”œβ”€β”€ beach
Β Β  β”œβ”€β”€ ...
Β Β  └── wetland
```

### Statistics
- Total Number of Images: 31,500
- Image Resolution: 256x256 pixels
- Scene Categories: 45
- Dataset Size: Approximately 0.47GB

## Citation

If you use the RESISC45 dataset in your research, please consider citing the following publication or the dataset's official website:

```bibtex
@article{cheng2017remote,
  title     = {Remote sensing image scene classification: Benchmark and state of the art},
  author    = {Cheng, Gong and Han, Junwei and Lu, Xiaoqiang},
  journal   = {Proceedings of the IEEE},
  volume    = {105},
  number    = {10},
  pages     = {1865-1883},
  year      = {2017},
  publisher = {IEEE}
}
```