cuibinge commited on
Commit
c1464a3
·
verified ·
1 Parent(s): 9bd5f49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -15
README.md CHANGED
@@ -28,28 +28,32 @@ The SAR images were acquired from the Sentinel-1 satellite. Specifically, the In
28
 
29
  ---
30
  <table>
31
- <capital>如何在Markdown里面画这样的表格:</capital>
32
  <tr>
33
- <th>普通表头</th>
34
- <th align="right"><i>斜体表头而且居右</th>
35
- <th colspan=2>表头横向合并单元格</th>
36
- <td width="80px">限制列宽为80px超出会自动换行</td>
37
  </tr>
38
  <tr>
39
- <th>左边也可以有表头</th>
40
- <td bgcolor=#ffffcc>涂个颜色</td>
41
- <td><mark>高亮文本</mark>但不全高亮</td>
42
- <td><b>有时候加粗</b><i>有时候斜体</i></td>
43
- <td width="20px">20px小于80px服从80px列宽命令无效</td>
 
 
 
44
  </tr>
45
  <tr>
46
- <td>表头不一定是一整行或者一整列的</td>
47
- <td rowspan=2>纵向合并单元格要注意<br>下一行少一个单元格<br>字太多必要时我会换行</td>
48
- <td rowspan=2 colspan=2>单元格也可以从两个方向合并</td>
49
- <td rowspan=2 width="10%">百分比和像素是可以混用的具体服从哪个取决于哪个大</td>
50
  </tr>
51
- <td align="left"> 简单做个居左 </td>
 
 
52
  </tr>
 
 
 
53
  </table>
54
 
55
  ## Dataset Specifications
 
28
 
29
  ---
30
  <table>
 
31
  <tr>
32
+ <th>Property</th>
33
+ <th>Optical iamge</th>
34
+ <th>SAR iamge</th>
 
35
  </tr>
36
  <tr>
37
+ <th>Source</th>
38
+ <td >Sentinel-2 satellite</td>
39
+ <td>Sentinel-1 Satellite</td>
40
+ </tr>
41
+ <tr>
42
+ <th>Spectral Bands</th>
43
+ <td >Red, Green, Blue, and Near-Infrared</td>
44
+ <td>VV, VH</td>
45
  </tr>
46
  <tr>
47
+ <td>Spatial Resolution</td>
48
+ <td colspan=2>10 meters</td>
 
 
49
  </tr>
50
+ <tr>
51
+ <td>Image Patch Size</td>
52
+ <td colspan=2>224 × 224 pixels</td>
53
  </tr>
54
+ <tr>
55
+ <td>Total Image Pairs</td>
56
+ <td colspan=2>1286</td>
57
  </table>
58
 
59
  ## Dataset Specifications