Datasets:
jonathan-roberts1
commited on
Commit
•
9515791
1
Parent(s):
872af38
Update README.md
Browse files
README.md
CHANGED
@@ -34,11 +34,38 @@ dataset_info:
|
|
34 |
'24': storage tank
|
35 |
splits:
|
36 |
- name: train
|
37 |
-
num_bytes: 2969926932
|
38 |
num_examples: 15000
|
39 |
download_size: 2327956775
|
40 |
-
dataset_size: 2969926932
|
|
|
41 |
---
|
42 |
# Dataset Card for "CLRS"
|
43 |
|
44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
'24': storage tank
|
35 |
splits:
|
36 |
- name: train
|
37 |
+
num_bytes: 2969926932
|
38 |
num_examples: 15000
|
39 |
download_size: 2327956775
|
40 |
+
dataset_size: 2969926932
|
41 |
+
license: other
|
42 |
---
|
43 |
# Dataset Card for "CLRS"
|
44 |
|
45 |
+
## Dataset Description
|
46 |
+
|
47 |
+
- **Paper** [CLRS: Continual Learning Benchmark for Remote Sensing Image Scene Classification](https://www.mdpi.com/1424-8220/20/4/1226/pdf)
|
48 |
+
-
|
49 |
+
### Licensing Information
|
50 |
+
|
51 |
+
For academic purposes.
|
52 |
+
|
53 |
+
## Citation Information
|
54 |
+
|
55 |
+
[CLRS: Continual Learning Benchmark for Remote Sensing Image Scene Classification](https://www.mdpi.com/1424-8220/20/4/1226/pdf)
|
56 |
+
|
57 |
+
```
|
58 |
+
@article{s20041226,
|
59 |
+
title = {CLRS: Continual Learning Benchmark for Remote Sensing Image Scene Classification},
|
60 |
+
author = {Li, Haifeng and Jiang, Hao and Gu, Xin and Peng, Jian and Li, Wenbo and Hong, Liang and Tao, Chao},
|
61 |
+
year = 2020,
|
62 |
+
journal = {Sensors},
|
63 |
+
volume = 20,
|
64 |
+
number = 4,
|
65 |
+
doi = {10.3390/s20041226},
|
66 |
+
issn = {1424-8220},
|
67 |
+
url = {https://www.mdpi.com/1424-8220/20/4/1226},
|
68 |
+
article-number = 1226,
|
69 |
+
pubmedid = 32102294,
|
70 |
+
}
|
71 |
+
```
|