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

fix prenet doc (#631)

上级 0260ae4e
......@@ -16,30 +16,30 @@
The structure of dataset is as following:
```
├── data
├── RainH
├── RainTrainH
├── rain
├── 1.png
└── 2.png
.
.
└── norain
├── 1.png
└── 2.png
.
.
| ├── rain
| | ├── 1.png
| | └── 2.png
| | .
| | .
| └── norain
| ├── 1.png
| └── 2.png
| .
| .
└── Rain100H
├── rain
├── 001.png
└── 002.png
.
.
| ├── 001.png
| └── 002.png
| .
| .
└── norain
├── 001.png
└── 002.png
.
.
```
```
### 2.2 Train/Test
......@@ -55,6 +55,14 @@
```
## 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:
......
......@@ -15,24 +15,24 @@ Progressive Image Deraining Networks: A Better and Simpler Baseline提出一种
数据集文件结构如下:
```
├── data
├── RainH
├── RainTrainH
├── rain
├── 1.png
└── 2.png
.
.
└── norain
├── 1.png
└── 2.png
.
.
| ├── rain
| | ├── 1.png
| | └── 2.png
| | .
| | .
| └── norain
| ├── 1.png
| └── 2.png
| .
| .
└── Rain100H
├── rain
├── 001.png
└── 002.png
.
.
| ├── 001.png
| └── 002.png
| .
| .
└── norain
├── 001.png
└── 002.png
......@@ -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}
```
## 3 预测结果
## 3 实验结果展示
实验数值结果是在 RGB 通道上进行评估,并在评估之前裁剪每个边界的尺度像素。
度量指标为 PSNR / SSIM.
| 模型 | Rain100H |
|---|---|
| PReNet | 29.5037 / 0.899 |
可视化展示:
输入:
<div align="center">
......@@ -87,4 +95,4 @@ Progressive Image Deraining Networks: A Better and Simpler Baseline提出一种
booktitle={IEEE Conference on Computer Vision and Pattern Recognition},
year={2019},
}
```
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册