未验证 提交 79799ca9 编写于 作者: W wangna11BD 提交者: GitHub

fix prenet doc (#631)

上级 0260ae4e
...@@ -16,30 +16,30 @@ ...@@ -16,30 +16,30 @@
The structure of dataset is as following: The structure of dataset is as following:
``` ```
├── data ├── RainH
├── RainTrainH ├── RainTrainH
├── rain | ├── rain
├── 1.png | | ├── 1.png
└── 2.png | | └── 2.png
. | | .
. | | .
└── norain | └── norain
├── 1.png | ├── 1.png
└── 2.png | └── 2.png
. | .
. | .
└── Rain100H └── Rain100H
├── rain ├── rain
├── 001.png | ├── 001.png
└── 002.png | └── 002.png
. | .
. | .
└── norain └── norain
├── 001.png ├── 001.png
└── 002.png └── 002.png
. .
. .
``` ```
### 2.2 Train/Test ### 2.2 Train/Test
...@@ -55,6 +55,14 @@ ...@@ -55,6 +55,14 @@
``` ```
## 3 Results ## 3 Results
Evaluated on RGB channels, scale pixels in each border are cropped before evaluation.
The metrics are PSNR / SSIM.
| Method | Rain100H |
|---|---|
| PReNet | 29.5037 / 0.899 |
Input: Input:
......
...@@ -15,24 +15,24 @@ Progressive Image Deraining Networks: A Better and Simpler Baseline提出一种 ...@@ -15,24 +15,24 @@ Progressive Image Deraining Networks: A Better and Simpler Baseline提出一种
数据集文件结构如下: 数据集文件结构如下:
``` ```
├── data ├── RainH
├── RainTrainH ├── RainTrainH
├── rain | ├── rain
├── 1.png | | ├── 1.png
└── 2.png | | └── 2.png
. | | .
. | | .
└── norain | └── norain
├── 1.png | ├── 1.png
└── 2.png | └── 2.png
. | .
. | .
└── Rain100H └── Rain100H
├── rain ├── rain
├── 001.png | ├── 001.png
└── 002.png | └── 002.png
. | .
. | .
└── norain └── norain
├── 001.png ├── 001.png
└── 002.png └── 002.png
...@@ -53,8 +53,16 @@ Progressive Image Deraining Networks: A Better and Simpler Baseline提出一种 ...@@ -53,8 +53,16 @@ Progressive Image Deraining Networks: A Better and Simpler Baseline提出一种
python tools/main.py --config-file configs/prenet.yaml --evaluate-only --load ${PATH_OF_WEIGHT} python tools/main.py --config-file configs/prenet.yaml --evaluate-only --load ${PATH_OF_WEIGHT}
``` ```
## 3 预测结果 ## 3 实验结果展示
实验数值结果是在 RGB 通道上进行评估,并在评估之前裁剪每个边界的尺度像素。
度量指标为 PSNR / SSIM.
| 模型 | Rain100H |
|---|---|
| PReNet | 29.5037 / 0.899 |
可视化展示:
输入: 输入:
<div align="center"> <div align="center">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册