kecao commited on
Commit
b9cd653
·
verified ·
1 Parent(s): 7b328dc

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +178 -3
  2. jilin/test200/pan/1.tif +0 -0
  3. jilin/test200/pan/10.tif +0 -0
  4. jilin/test200/pan/11.tif +0 -0
  5. jilin/test200/pan/12.tif +0 -0
  6. jilin/test200/pan/13.tif +0 -0
  7. jilin/test200/pan/14.tif +0 -0
  8. jilin/test200/pan/15.tif +0 -0
  9. jilin/test200/pan/16.tif +0 -0
  10. jilin/test200/pan/17.tif +0 -0
  11. jilin/test200/pan/18.tif +0 -0
  12. jilin/test200/pan/19.tif +0 -0
  13. jilin/test200/pan/2.tif +0 -0
  14. jilin/test200/pan/20.tif +0 -0
  15. jilin/test200/pan/21.tif +0 -0
  16. jilin/test200/pan/22.tif +0 -0
  17. jilin/test200/pan/23.tif +0 -0
  18. jilin/test200/pan/24.tif +0 -0
  19. jilin/test200/pan/25.tif +0 -0
  20. jilin/test200/pan/26.tif +0 -0
  21. jilin/test200/pan/27.tif +0 -0
  22. jilin/test200/pan/28.tif +0 -0
  23. jilin/test200/pan/29.tif +0 -0
  24. jilin/test200/pan/3.tif +0 -0
  25. jilin/test200/pan/30.tif +0 -0
  26. jilin/test200/pan/31.tif +0 -0
  27. jilin/test200/pan/32.tif +0 -0
  28. jilin/test200/pan/33.tif +0 -0
  29. jilin/test200/pan/34.tif +0 -0
  30. jilin/test200/pan/4.tif +0 -0
  31. jilin/test200/pan/5.tif +0 -0
  32. jilin/test200/pan/6.tif +0 -0
  33. jilin/test200/pan/7.tif +0 -0
  34. jilin/test200/pan/8.tif +0 -0
  35. jilin/test200/pan/9.tif +0 -0
  36. jilin/train200/pan/106.tif +0 -0
  37. jilin/train200/pan/112.tif +0 -0
  38. jilin/train200/pan/304.tif +0 -0
  39. jilin/train200/pan/310.tif +0 -0
  40. jilin/train200/pan/338.tif +0 -0
  41. jilin/train200/pan/462.tif +0 -0
  42. jilin/train200/pan/476.tif +0 -0
  43. jilin/train200/pan/489.tif +0 -0
  44. jilin/train200/pan/648.tif +0 -0
  45. jilin/train200/pan/660.tif +0 -0
  46. jilin/train200/pan/674.tif +0 -0
  47. jilin/train200/pan/847.tif +0 -0
  48. jilin/train200/pan/853.tif +0 -0
  49. jilin/train200/pan/884.tif +0 -0
  50. jilin/train200/pan/890.tif +0 -0
README.md CHANGED
@@ -1,3 +1,178 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: PanScale
3
+ license: other
4
+ task_categories:
5
+ - image-to-image
6
+ tags:
7
+ - remote-sensing
8
+ - pansharpening
9
+ - multispectral
10
+ - panchromatic
11
+ size_categories:
12
+ - 1K<n<10K
13
+ ---
14
+
15
+ # PanScale Dataset
16
+
17
+ ## Dataset Summary
18
+
19
+ PanScale is a remote sensing pansharpening dataset organized as paired multispectral (`ms`) and panchromatic (`pan`) TIFF images.
20
+
21
+ - Total paired samples: **7,559**
22
+ - Total size on disk: **~6.9 GB**
23
+ - Pairing rule: files are matched by identical filename in `ms/` and `pan/` (for example, `123.tif` with `123.tif`)
24
+ - Data type (checked from files): **8-bit TIFF**, with `ms` as **4-channel** and `pan` as **1-channel**
25
+
26
+ This release contains standard train/test subsets and full-resolution cross-scale test subsets.
27
+
28
+ ## Supported Tasks
29
+
30
+ - Pansharpening (PAN + MS fusion)
31
+ - Cross-scale generalization evaluation for pansharpening methods
32
+
33
+ ## Dataset Structure
34
+
35
+ ```text
36
+ PanScale/
37
+ jilin/
38
+ train200/{ms,pan}
39
+ test200/{ms,pan}
40
+ test400/{ms,pan}
41
+ test800/{ms,pan}
42
+ landsat/
43
+ train256/{ms,pan}
44
+ test200/{ms,pan}
45
+ test400/{ms,pan}
46
+ test800/{ms,pan}
47
+ test1600/{ms,pan}
48
+ skysat/
49
+ train200/{ms,pan}
50
+ test200/{ms,pan}
51
+ test400/{ms,pan}
52
+ test800/{ms,pan}
53
+ test1600/{ms,pan}
54
+ fjilin/
55
+ test800/{ms,pan}
56
+ test1200/{ms,pan}
57
+ test1600/{ms,pan}
58
+ test2000/{ms,pan}
59
+ flandsat/
60
+ test800/{ms,pan}
61
+ test1200/{ms,pan}
62
+ test1600/{ms,pan}
63
+ test2000/{ms,pan}
64
+ fskysat/
65
+ test800/{ms,pan}
66
+ test1200/{ms,pan}
67
+ test1600/{ms,pan}
68
+ test2000/{ms,pan}
69
+ ```
70
+
71
+ ## Split Statistics
72
+
73
+ ### Standard subsets (same spatial size for `ms` and `pan`)
74
+
75
+ | Sensor | Split | # Pairs | MS size | PAN size |
76
+ |---|---:|---:|---:|---:|
77
+ | jilin | train200 | 1055 | 200x200 | 200x200 |
78
+ | jilin | test200 | 34 | 200x200 | 200x200 |
79
+ | jilin | test400 | 34 | 400x400 | 400x400 |
80
+ | jilin | test800 | 34 | 800x800 | 800x800 |
81
+ | landsat | train256 | 2484 | 256x256 | 256x256 |
82
+ | landsat | test200 | 96 | 200x200 | 200x200 |
83
+ | landsat | test400 | 96 | 400x400 | 400x400 |
84
+ | landsat | test800 | 96 | 800x800 | 800x800 |
85
+ | landsat | test1600 | 96 | 1600x1600 | 1600x1600 |
86
+ | skysat | train200 | 2370 | 200x200 | 200x200 |
87
+ | skysat | test200 | 88 | 200x200 | 200x200 |
88
+ | skysat | test400 | 88 | 400x400 | 400x400 |
89
+ | skysat | test800 | 88 | 800x800 | 800x800 |
90
+ | skysat | test1600 | 88 | 1600x1600 | 1600x1600 |
91
+
92
+ ### Full-resolution cross-scale subsets (`f*`)
93
+
94
+ | Sensor | Split | # Pairs | MS size | PAN size | PAN/MS scale |
95
+ |---|---:|---:|---:|---:|---:|
96
+ | fjilin | test800 | 121 | 200x200 | 800x800 | 4.0 |
97
+ | fjilin | test1200 | 121 | 300x300 | 1200x1200 | 4.0 |
98
+ | fjilin | test1600 | 121 | 400x400 | 1600x1600 | 4.0 |
99
+ | fjilin | test2000 | 121 | 500x500 | 2000x2000 | 4.0 |
100
+ | flandsat | test800 | 48 | 400x400 | 800x800 | 2.0 |
101
+ | flandsat | test1200 | 48 | 600x600 | 1200x1200 | 2.0 |
102
+ | flandsat | test1600 | 48 | 800x800 | 1600x1600 | 2.0 |
103
+ | flandsat | test2000 | 48 | 1000x1000 | 2000x2000 | 2.0 |
104
+ | fskysat | test800 | 34 | 320x320 | 800x800 | 2.5 |
105
+ | fskysat | test1200 | 34 | 480x480 | 1200x1200 | 2.5 |
106
+ | fskysat | test1600 | 34 | 640x640 | 1600x1600 | 2.5 |
107
+ | fskysat | test2000 | 34 | 800x800 | 2000x2000 | 2.5 |
108
+
109
+ ## Data Fields
110
+
111
+ Each sample consists of:
112
+
113
+ - `pan`: panchromatic image (`.tif`, 1 channel)
114
+ - `ms`: multispectral image (`.tif`, 4 channels)
115
+ - `id`: numeric filename stem (for example, `1`, `2`, ...)
116
+
117
+ ## Example Loading (Python)
118
+
119
+ ```python
120
+ from pathlib import Path
121
+
122
+ root = Path("PanScale/jilin/train200")
123
+ ms_dir = root / "ms"
124
+ pan_dir = root / "pan"
125
+
126
+ for ms_path in sorted(ms_dir.glob("*.tif")):
127
+ pan_path = pan_dir / ms_path.name
128
+ if not pan_path.exists():
129
+ continue
130
+ # Use your TIFF reader here (e.g., tifffile, rasterio, PIL)
131
+ # ms = read_tiff(ms_path)
132
+ # pan = read_tiff(pan_path)
133
+ ```
134
+
135
+ ## Recommended Hugging Face Upload Layout
136
+
137
+ Upload the `PanScale/` directory directly so users can keep the current sensor/split organization:
138
+
139
+ ```text
140
+ dataset-repo/
141
+ README.md
142
+ PanScale/
143
+ ...
144
+ ```
145
+
146
+ ## Intended Use
147
+
148
+ This dataset is intended for research and benchmarking in:
149
+
150
+ - pansharpening model training and evaluation
151
+ - cross-scale robustness analysis
152
+ - comparison of remote sensing fusion methods across sensors
153
+
154
+ ## Limitations
155
+
156
+ - The dataset card currently omits full acquisition/annotation details because the corresponding paper metadata is pending public release.
157
+ - Sensor-specific radiometric and preprocessing details should be added before final camera-ready publication.
158
+
159
+ ## License
160
+
161
+ **TBD**. Please replace this section with the actual license and usage restrictions before public release.
162
+
163
+ ## Citation
164
+
165
+ Citation will be added after the paper is publicly available.
166
+
167
+ ```bibtex
168
+ @article{,
169
+ title={},
170
+ author={},
171
+ journal={},
172
+ year={}
173
+ }
174
+ ```
175
+
176
+ ## Contact
177
+
178
+ Please add maintainer contact information (email or project page) before release.
jilin/test200/pan/1.tif ADDED
jilin/test200/pan/10.tif ADDED
jilin/test200/pan/11.tif ADDED
jilin/test200/pan/12.tif ADDED
jilin/test200/pan/13.tif ADDED
jilin/test200/pan/14.tif ADDED
jilin/test200/pan/15.tif ADDED
jilin/test200/pan/16.tif ADDED
jilin/test200/pan/17.tif ADDED
jilin/test200/pan/18.tif ADDED
jilin/test200/pan/19.tif ADDED
jilin/test200/pan/2.tif ADDED
jilin/test200/pan/20.tif ADDED
jilin/test200/pan/21.tif ADDED
jilin/test200/pan/22.tif ADDED
jilin/test200/pan/23.tif ADDED
jilin/test200/pan/24.tif ADDED
jilin/test200/pan/25.tif ADDED
jilin/test200/pan/26.tif ADDED
jilin/test200/pan/27.tif ADDED
jilin/test200/pan/28.tif ADDED
jilin/test200/pan/29.tif ADDED
jilin/test200/pan/3.tif ADDED
jilin/test200/pan/30.tif ADDED
jilin/test200/pan/31.tif ADDED
jilin/test200/pan/32.tif ADDED
jilin/test200/pan/33.tif ADDED
jilin/test200/pan/34.tif ADDED
jilin/test200/pan/4.tif ADDED
jilin/test200/pan/5.tif ADDED
jilin/test200/pan/6.tif ADDED
jilin/test200/pan/7.tif ADDED
jilin/test200/pan/8.tif ADDED
jilin/test200/pan/9.tif ADDED
jilin/train200/pan/106.tif ADDED
jilin/train200/pan/112.tif ADDED
jilin/train200/pan/304.tif ADDED
jilin/train200/pan/310.tif ADDED
jilin/train200/pan/338.tif ADDED
jilin/train200/pan/462.tif ADDED
jilin/train200/pan/476.tif ADDED
jilin/train200/pan/489.tif ADDED
jilin/train200/pan/648.tif ADDED
jilin/train200/pan/660.tif ADDED
jilin/train200/pan/674.tif ADDED
jilin/train200/pan/847.tif ADDED
jilin/train200/pan/853.tif ADDED
jilin/train200/pan/884.tif ADDED
jilin/train200/pan/890.tif ADDED