Update README.md
Browse files
README.md
CHANGED
@@ -11,8 +11,36 @@ size_categories:
|
|
11 |
- 1K<n<10K
|
12 |
---
|
13 |
|
14 |
-
|
15 |
|
16 |
-
This is the
|
17 |
|
18 |
-
* Paper: https://arxiv.org/abs/2502.16421
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
- 1K<n<10K
|
12 |
---
|
13 |
|
14 |
+
# High-resolution Rainy Image Synthesis: Learning from Rendering
|
15 |
|
16 |
+
This is the dataset in the paper "High-resolution Rainy Image Synthesis: Learning from Rendering"
|
17 |
|
18 |
+
* Paper: https://arxiv.org/abs/2502.16421
|
19 |
+
* Code: https://github.com/kb824999404/HRIG
|
20 |
+
|
21 |
+
## HRI Dataset
|
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.
|
28 |
+
* `testset.json`: the sample lists of the test set.
|
29 |
+
* For each sample in the training set and the test set:
|
30 |
+
* `scene`: the scene name
|
31 |
+
* `sequence`: the viewpoint name
|
32 |
+
* `intensity`: the rain intensity
|
33 |
+
* `wind`: the wind direction( all zero for the HRI dataset)
|
34 |
+
* `background`: the path of the background RGB image
|
35 |
+
* `depth`: the path of the background depth image
|
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.
|
43 |
+
|
44 |
+
## Rain streak database
|
45 |
+
|
46 |
+
The Rain streak database from the paper [Rain Rendering for Evaluating and Improving Robustness to Bad Weather](https://github.com/astra-vision/rain-rendering).
|