Ian824 commited on
Commit
d3a0801
·
verified ·
1 Parent(s): 5920ad8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -1
README.md CHANGED
@@ -22,6 +22,61 @@ This is the dataset in the paper "High-resolution Rainy Image Synthesis: Learnin
22
 
23
  The High-resolution Rainy Image (HRI) dataset in the rendering stage.
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  * `clean`: background RGB images and depth images of all scenes.
26
  * `rainy`: rain layer images, RGB rainy images and depth rainy images of all scenes.
27
  * `trainset.json`: the sample lists of the training set.
@@ -36,7 +91,8 @@ The High-resolution Rainy Image (HRI) dataset in the rendering stage.
36
  * `rain_layer`: the path of the rain layer image
37
  * `rainy_depth`: the path of the rainy depth image
38
  * `rainy_image`: the path of the rainy RGB image
39
-
 
40
  ## BlenderFiles
41
 
42
  The Blender files for rendering RGB and depth images of all viewpoints are included in the directory of each scene.
 
22
 
23
  The High-resolution Rainy Image (HRI) dataset in the rendering stage.
24
 
25
+ <table style="text-align: center;">
26
+ <tr>
27
+ <th>scene</th>
28
+ <th>dataset type</th>
29
+ <th>resolution</th>
30
+ <th>viewpoints</th>
31
+ <th>moments</th>
32
+ <th>intensities</th>
33
+ <th>image pairs</th>
34
+ </tr>
35
+ <tr>
36
+ <td style="vertical-align: middle;" rowspan="2">lane</td>
37
+ <td>training set</td>
38
+ <td style="vertical-align: middle;" rowspan="2">2048×1024</td>
39
+ <td>3</td>
40
+ <td style="vertical-align: middle;" rowspan="2">100</td>
41
+ <td style="vertical-align: middle;" rowspan="2">4</td>
42
+ <td>1200</td>
43
+ </tr>
44
+ <tr>
45
+ <td>test set</td>
46
+ <td>1</td>
47
+ <td>400</td>
48
+ </tr>
49
+ <tr>
50
+ <td style="vertical-align: middle;" rowspan="2">citystreet</td>
51
+ <td>training set</td>
52
+ <td style="vertical-align: middle;" rowspan="2">2048×1024</td>
53
+ <td>5</td>
54
+ <td style="vertical-align: middle;" rowspan="2">25</td>
55
+ <td style="vertical-align: middle;" rowspan="2">4</td>
56
+ <td>500</td>
57
+ </tr>
58
+ <tr>
59
+ <td>test set</td>
60
+ <td>1</td>
61
+ <td>100</td>
62
+ </tr>
63
+ <tr>
64
+ <td style="vertical-align: middle;" rowspan="2">japanesestreet</td>
65
+ <td>training set</td>
66
+ <td style="vertical-align: middle;" rowspan="2">2048×1024</td>
67
+ <td>8</td>
68
+ <td style="vertical-align: middle;" rowspan="2">25</td>
69
+ <td style="vertical-align: middle;" rowspan="2">4</td>
70
+ <td>800</td>
71
+ </tr>
72
+ <tr>
73
+ <td>test set</td>
74
+ <td>2</td>
75
+ <td>200</td>
76
+ </tr>
77
+ </table>
78
+
79
+
80
  * `clean`: background RGB images and depth images of all scenes.
81
  * `rainy`: rain layer images, RGB rainy images and depth rainy images of all scenes.
82
  * `trainset.json`: the sample lists of the training set.
 
91
  * `rain_layer`: the path of the rain layer image
92
  * `rainy_depth`: the path of the rainy depth image
93
  * `rainy_image`: the path of the rainy RGB image
94
+
95
+
96
  ## BlenderFiles
97
 
98
  The Blender files for rendering RGB and depth images of all viewpoints are included in the directory of each scene.