circleLZY commited on
Commit
3a0015b
·
verified ·
1 Parent(s): 5db56f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -4
README.md CHANGED
@@ -1,12 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Dataset Card for JL1-CD
2
 
3
  ## Dataset Description
4
 
5
  ### Overview
6
 
7
- **JL1-CD** 是一个用于遥感图像变化检测(Change Detection, CD)的亚米级、全要素开源数据集。该数据集包含 5,000 对 512×512 像素的卫星图像,分辨率为 0.5 至 0.75 米,覆盖了中国多个地区的多种地表变化类型。JL1-CD 不仅包含常见的人为变化(如建筑物、道路),还涵盖了自然变化(如森林、水体、草地等)。该数据集旨在为变化检测算法提供一个全面的基准测试平台。
8
 
9
- **JL1-CD** is a high-resolution, comprehensive open-source dataset for remote sensing image change detection (CD). It contains 5,000 pairs of 512×512 pixel satellite images with a resolution of 0.5 to 0.75 meters, covering various types of surface changes in multiple regions of China. JL1-CD includes not only common human-induced changes (e.g., buildings, roads) but also natural changes (e.g., forests, water bodies, grasslands). The dataset aims to provide a comprehensive benchmark for change detection algorithms.
10
 
11
  ### Dataset Structure
12
 
@@ -57,7 +94,6 @@ If you use the JL1-CD dataset, please cite the following paper:
57
  journal={arXiv preprint arXiv:2502.13407},
58
  year={2025}
59
  }
60
- ```
61
 
62
  ### License
63
 
@@ -71,4 +107,5 @@ The JL1-CD dataset is licensed under the **MIT License**, allowing users to free
71
  - **Ziyuan Liu**: [email protected]
72
 
73
  For any questions or suggestions, please contact:
74
- - **Ziyuan Liu**: [email protected]
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - zh
5
+ license: mit
6
+ task_categories:
7
+ - image-segmentation
8
+ task_ids:
9
+ - semantic-segmentation
10
+ tags:
11
+ - remote-sensing
12
+ - change-detection
13
+ - satellite-imagery
14
+ - high-resolution
15
+ - multi-temporal
16
+ dataset_info:
17
+ config_name: jl1-cd
18
+ features:
19
+ - name: image_pair
20
+ sequence:
21
+ - name: image
22
+ dtype: image
23
+ shape: [512, 512, 3]
24
+ - name: change_label
25
+ dtype: image
26
+ shape: [512, 512, 1]
27
+ splits:
28
+ - name: train
29
+ num_bytes: 1024000000
30
+ num_examples: 4000
31
+ - name: test
32
+ num_bytes: 256000000
33
+ num_examples: 1000
34
+ download_size: 1280000000
35
+ dataset_size: 1280000000
36
+ ---
37
+
38
  # Dataset Card for JL1-CD
39
 
40
  ## Dataset Description
41
 
42
  ### Overview
43
 
44
+ **JL1-CD** 是一个用于遥感图像变化检测(Change Detection, CD)的大规模、亚米级、全要素开源数据集。该数据集包含 5,000 对 512×512 像素的卫星图像,分辨率为 0.5 至 0.75 米,覆盖了中国多个地区的多种地表变化类型。JL1-CD 不仅包含常见的人为变化(如建筑物、道路),还涵盖了自然变化(如森林、水体、草地等)。该数据集旨在为变化检测算法提供一个全面的基准测试平台。
45
 
46
+ **JL1-CD** is a large-scale, sub-meter, all-inclusive open-source dataset for remote sensing image change detection (CD). It contains 5,000 pairs of 512×512 pixel satellite images with a resolution of 0.5 to 0.75 meters, covering various types of surface changes in multiple regions of China. JL1-CD includes not only common human-induced changes (e.g., buildings, roads) but also natural changes (e.g., forests, water bodies, grasslands). The dataset aims to provide a comprehensive benchmark for change detection algorithms.
47
 
48
  ### Dataset Structure
49
 
 
94
  journal={arXiv preprint arXiv:2502.13407},
95
  year={2025}
96
  }
 
97
 
98
  ### License
99
 
 
107
  - **Ziyuan Liu**: [email protected]
108
 
109
  For any questions or suggestions, please contact:
110
+ - **Ziyuan Liu**: [email protected]
111
+ ```