Mercyiris commited on
Commit
697d3e5
·
verified ·
1 Parent(s): e04c290

Add files using upload-large-folder tool

Browse files
Files changed (2) hide show
  1. README.md +47 -44
  2. README_zh.md +96 -0
README.md CHANGED
@@ -12,65 +12,68 @@ tags:
12
  size_categories:
13
  - n<1K
14
  language:
 
15
  - zh
16
- pretty_name: "遥感图像变化检测数据集"
17
  ---
18
 
19
- # 遥感图像变化检测数据集
20
 
21
- ## 数据集描述
22
 
23
- 专门用于遥感图像变化检测研究的数据集,包含了完整的图像处理流程和标注信息。该数据集包含24组配准对齐的遥感图像样本,每组样本包含5种不同类型的图像文件和对应的标注文件。
24
 
25
- ## 数据集特点
26
 
27
- - **数据规模**: 24组图像样本
28
- - **图像类型**: 光学图像、SAR图像、二值变化图
29
- - **文件格式**: TIF(原始图像)、PNG(变化黑白二值图)、JSON(标注文件)
30
- - **预处理状态**: 已配准对齐裁剪,尚未按固定分辨率分割
31
- - **标注完整性**: 包含像素级变化检测标注
32
 
33
- ## 文件结构
 
 
 
 
34
 
35
- 数据集包含以下6个目录:
36
 
37
- ### 图像文件
38
- - **A/**: 高分二号(Gaofen-2)事前光学图像(.tif)- 变化检测的参考基准图像
39
- - **B/**: 高分三号(Gaofen-3)事后SAR图像(.tif)- 合成孔径雷达图像
40
- - **C/**: 哨兵二号(Sentinel-2)未处理的事后光学图像(.tif)- 原始光学图像
41
- - **D/**: 哨兵二号(Sentinel-2)相对辐射校正后的事后光学图像(.tif)- 经过预处理的光学图像
42
- - **E/**: 黑白二值像素变化图(.png)- 变化检测
43
 
44
- ### 标注文件
45
- - **json/**: 变化图对应的JSON标注文件,可以使用[LabelmeCD-AI](https://github.com/Mriris/labelme_cd_AI)读取和修改
 
 
 
 
46
 
47
- ## 数据集用途
 
48
 
49
- ### 主要应用场景
50
- 1. **变化检测算法研究** - 开发和测试新的变化检测方法
51
- 2. **多模态融合** - 研究光学图像与SAR图像的融合技术
52
- 3. **图像预处理评估** - 比较不同预处理方法的效果
53
- 4. **深度学习** - 作为训练和测试数据
54
 
55
- ### 研究方向
56
- - 时序遥感图像分析
57
- - 多光谱图像处理
58
- - 城市建筑变化监测
 
59
 
60
- ## 技术规格
 
 
 
61
 
62
- - **处理状态**: 已配准对齐
63
- - **通道数**: 3
64
 
65
- ## 注意事项
 
66
 
67
- 1. **文件完整性**: 确保A、B、C、D、E目录中的文件数量一致
68
- 2. **预处理需求**: 根据具体应用需求,必须进一步统一分辨率
69
- 3. **去重**:虽然每组图像是人工单独标注的,但是为了避免重叠区域导致的验证集和训练集混淆,可根据坐标自行去重
70
 
71
- ## 引用信息
 
 
72
 
73
- 如果您在研究中使用了这个数据集,请引用:
 
 
74
 
75
  ```bibtex
76
  @dataset{remote_sensing_change_detection_2025,
@@ -82,12 +85,12 @@ pretty_name: "遥感图像变化检测数据集"
82
  }
83
  ```
84
 
85
- ## 许可证
86
 
87
- 本数据集采用 CC BY 4.0 许可证发布,允许自由使用、修改和分发,但需注明出处。
88
 
89
- ## 联系方式
90
 
91
- 如有任何问题或建议,请通过以下方式联系:
92
  - Hugging Face: [@Mercyiris](https://huggingface.co/Mercyiris)
93
- - 邮箱: [email protected]
 
12
  size_categories:
13
  - n<1K
14
  language:
15
+ - en
16
  - zh
17
+ pretty_name: "Remote Sensing Change Detection Dataset"
18
  ---
19
 
20
+ # Remote Sensing Change Detection Dataset
21
 
22
+ *For Chinese documentation, please see [README_zh.md](./README_zh.md)*
23
 
24
+ ## Dataset Description
25
 
26
+ A specialized dataset for remote sensing change detection research, containing complete image processing pipeline and annotation information. This dataset includes 24 groups of registered and aligned remote sensing image samples, with each group containing 5 different types of image files and corresponding annotation files.
27
 
28
+ ## Dataset Features
 
 
 
 
29
 
30
+ - **Data Scale**: 24 groups of image samples
31
+ - **Image Types**: Optical images, SAR images, binary change maps
32
+ - **File Formats**: TIF (original images), PNG (change binary maps), JSON (annotation files)
33
+ - **Preprocessing Status**: Registered, aligned, and cropped, not yet segmented by fixed resolution
34
+ - **Annotation Completeness**: Contains pixel-level change detection annotations
35
 
36
+ ## File Structure
37
 
38
+ The dataset contains the following 6 directories:
 
 
 
 
 
39
 
40
+ ### Image Files
41
+ - **A/**: Gaofen-2 pre-event optical images (.tif) - Reference baseline images for change detection
42
+ - **B/**: Gaofen-3 post-event SAR images (.tif) - Synthetic Aperture Radar images
43
+ - **C/**: Sentinel-2 unprocessed post-event optical images (.tif) - Raw optical images
44
+ - **D/**: Sentinel-2 relatively radiometrically corrected post-event optical images (.tif) - Preprocessed optical images
45
+ - **E/**: Binary change maps (.png) - Change detection results
46
 
47
+ ### Annotation Files
48
+ - **json/**: JSON annotation files corresponding to change maps, can be read and modified using [LabelmeCD-AI](https://github.com/Mriris/labelme_cd_AI)
49
 
50
+ ## Dataset Applications
 
 
 
 
51
 
52
+ ### Primary Use Cases
53
+ 1. **Change Detection Algorithm Research** - Develop and test new change detection methods
54
+ 2. **Multimodal Fusion** - Research fusion techniques for optical and SAR images
55
+ 3. **Image Preprocessing Evaluation** - Compare effects of different preprocessing methods
56
+ 4. **Deep Learning** - Use as training and testing data
57
 
58
+ ### Research Directions
59
+ - Time-series remote sensing image analysis
60
+ - Multispectral image processing
61
+ - Urban building change monitoring
62
 
63
+ ## Technical Specifications
 
64
 
65
+ - **Processing Status**: Registered and aligned
66
+ - **Channels**: 3
67
 
68
+ ## Important Notes
 
 
69
 
70
+ 1. **File Integrity**: Ensure consistent file counts across A, B, C, D, E directories
71
+ 2. **Preprocessing Requirements**: Further resolution unification required based on specific application needs
72
+ 3. **Deduplication**: Although each group of images is manually annotated separately, to avoid confusion between validation and training sets due to overlapping regions, deduplication can be performed based on coordinates
73
 
74
+ ## Citation
75
+
76
+ If you use this dataset in your research, please cite:
77
 
78
  ```bibtex
79
  @dataset{remote_sensing_change_detection_2025,
 
85
  }
86
  ```
87
 
88
+ ## License
89
 
90
+ This dataset is released under the CC BY 4.0 license, allowing free use, modification, and distribution with proper attribution.
91
 
92
+ ## Contact
93
 
94
+ For any questions or suggestions, please contact:
95
  - Hugging Face: [@Mercyiris](https://huggingface.co/Mercyiris)
96
+ - Email: [email protected]
README_zh.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - image-segmentation
5
+ - image-to-image
6
+ tags:
7
+ - remote-sensing
8
+ - change-detection
9
+ - optical-images
10
+ - sar-images
11
+ - image-processing
12
+ size_categories:
13
+ - n<1K
14
+ language:
15
+ - en
16
+ - zh
17
+ pretty_name: "遥感图像变化检测数据集"
18
+ ---
19
+
20
+ # 遥感图像变化检测数据集
21
+
22
+ *For English documentation, please see [README.md](./README.md)*
23
+
24
+ ## 数据集描述
25
+
26
+ 专门用于遥感图像变化检测研究的数据集,包含了完整的图像处理流程和标注信息。该数据集包含24组配准对齐的遥感图像样本,每组样本包含5种不同类型的图像文件和对应的标注文件。
27
+
28
+ ## 数据集特点
29
+
30
+ - **数据规模**: 24组图像样本
31
+ - **图像类型**: 光学图像、SAR图像、二值变化图
32
+ - **文件格式**: TIF(原始图像)、PNG(变化黑白二值图)、JSON(标注文件)
33
+ - **预处理状态**: 已配准对齐裁剪,尚未按固定分辨率分割
34
+ - **标注完整性**: 包含像素级变化检测标注
35
+
36
+ ## 文件结构
37
+
38
+ 数据集包含以下6个目录:
39
+
40
+ ### 图像文件
41
+ - **A/**: 高分二号(Gaofen-2)事前光学图像(.tif)- 变化检测的参考基准图像
42
+ - **B/**: 高分三号(Gaofen-3)事后SAR图像(.tif)- 合成孔径雷达图像
43
+ - **C/**: 哨兵二号(Sentinel-2)未处理的事后光学图像(.tif)- 原始光学图像
44
+ - **D/**: 哨兵二号(Sentinel-2)相对辐射校正后的事后光学图像(.tif)- 经过预处理的光学图像
45
+ - **E/**: 黑白二值像素变化图(.png)- 变化检测
46
+
47
+ ### 标注文件
48
+ - **json/**: 变化图对应的JSON标注文件,可以使用[LabelmeCD-AI](https://github.com/Mriris/labelme_cd_AI)读取和修改
49
+
50
+ ## 数据集用途
51
+
52
+ ### 主要应用场景
53
+ 1. **变化检测算法研究** - 开发和测试新的变化检测方法
54
+ 2. **多模态融合** - 研究光学图像与SAR图像的融合技术
55
+ 3. **图像预处理评估** - 比较不同预处理方法的效果
56
+ 4. **深度学习** - 作为训练和测试数据
57
+
58
+ ### 研究方向
59
+ - 时序遥感图像分析
60
+ - 多光谱图像处理
61
+ - 城市建筑变化监测
62
+
63
+ ## 技术规格
64
+
65
+ - **处理状态**: 已配准对齐
66
+ - **通道数**: 3
67
+
68
+ ## 注意事项
69
+
70
+ 1. **文件完整性**: 确保A、B、C、D、E目录中的文件数量一致
71
+ 2. **预处理需求**: 根据具体应用需求,必须进一步统一分辨率
72
+ 3. **去重**:虽然每组图像是人工单独标注的,但是为了避免重叠区域导致的验证集和训练集混淆,可根据坐标自行去重
73
+
74
+ ## 引用信息
75
+
76
+ 如果您在研究中使用了这个数据集,请引用:
77
+
78
+ ```bibtex
79
+ @dataset{remote_sensing_change_detection_2025,
80
+ title={remote-sensing-change-detection},
81
+ author={Tingxuan Yan},
82
+ year={2025},
83
+ publisher={Hugging Face},
84
+ howpublished={\url{https://huggingface.co/datasets/Mercyiris/remote-sensing-change-detection}}
85
+ }
86
+ ```
87
+
88
+ ## 许可证
89
+
90
+ 本数据集采用 CC BY 4.0 许可证发布,允许自由使用、修改和分发,但需注明出处。
91
+
92
+ ## 联系方式
93
+
94
+ 如有任何问题或建议,请通过以下方式联系:
95
+ - Hugging Face: [@Mercyiris](https://huggingface.co/Mercyiris)
96
+ - 邮箱: [email protected]