Niharmahesh commited on
Commit
c979419
·
verified ·
1 Parent(s): d6e18d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -3
README.md CHANGED
@@ -1,3 +1,49 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # LEVIR-CD and S2Looking Combined Dataset
2
+
3
+ ## Description
4
+
5
+ This dataset is a combination of two popular change detection datasets: LEVIR-CD and S2Looking. The images have been chipped to create a more comprehensive and diverse dataset for change detection tasks.
6
+
7
+ ## Dataset Details
8
+
9
+ - **Source Datasets:**
10
+ 1. LEVIR-CD (Land-cover change detection dataset for remote sensing images)
11
+ 2. S2Looking (A large-scale dataset for bi-temporal remote sensing image change detection)
12
+
13
+ - **Preprocessing:** The original images from both datasets have been chipped into smaller segments to facilitate easier processing and analysis.
14
+
15
+ ## Usage
16
+
17
+ This combined and chipped dataset is designed for:
18
+ - Change detection in remote sensing imagery
19
+ - Training and evaluating machine learning models for bi-temporal image analysis
20
+ - Benchmarking change detection algorithms
21
+
22
+ ## License
23
+
24
+ MIT License
25
+
26
+ Copyright (c) [Year] [Full name]
27
+
28
+ Permission is hereby granted, free of charge, to any person obtaining a copy
29
+ of this software and associated documentation files (the "Software"), to deal
30
+ in the Software without restriction, including without limitation the rights
31
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
32
+ copies of the Software, and to permit persons to whom the Software is
33
+ furnished to do so, subject to the following conditions:
34
+
35
+ The above copyright notice and this permission notice shall be included in all
36
+ copies or substantial portions of the Software.
37
+
38
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
39
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
41
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
42
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
43
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
44
+ SOFTWARE.
45
+
46
+ ## Acknowledgements
47
+
48
+ We would like to acknowledge the creators of the original LEVIR-CD and S2Looking datasets for their valuable contributions to the remote sensing community.
49
+