Update README.md
Browse files
README.md
CHANGED
|
@@ -22,6 +22,7 @@ python sample_fm.py --opt configs/ir_fm_ffhq.yml \
|
|
| 22 |
```
|
| 23 |
|
| 24 |
########################## FFHQ Noiseless Restoration ##########################
|
|
|
|
| 25 |
#--------------------- multi-step ---------------------
|
| 26 |
```bash
|
| 27 |
python sample_fm.py --opt configs/ir_fm_ffhq.yml \
|
|
@@ -48,6 +49,7 @@ python sample_fm.py --opt configs/dis_fm_ffhq.yml \
|
|
| 48 |
```
|
| 49 |
|
| 50 |
########################## FFHQ Noisy Restoration ##########################
|
|
|
|
| 51 |
#--------------------- multi-step ---------------------
|
| 52 |
```bash
|
| 53 |
python sample_fm.py --opt configs/ir_fm_ffhq.yml \
|
|
@@ -74,6 +76,7 @@ python sample_fm.py --opt configs/dis_fm_ffhq.yml \
|
|
| 74 |
```
|
| 75 |
|
| 76 |
########################## DIV2K Noiseless Restoration ##########################
|
|
|
|
| 77 |
#--------------------- multi-step ---------------------
|
| 78 |
```bash
|
| 79 |
python sample_fm.py --opt configs/ir_fm_DIV2K.yml \
|
|
@@ -104,6 +107,7 @@ python sample_fm.py --opt configs/dis_fm_DIV2K.yml \
|
|
| 104 |
|
| 105 |
|
| 106 |
########################## ImageNet Noiseless Restoration ##########################
|
|
|
|
| 107 |
#--------------------- multi-step ---------------------
|
| 108 |
```bash
|
| 109 |
python sample_fm.py --opt configs/ir_fm_imagenet.yml \
|
|
|
|
| 22 |
```
|
| 23 |
|
| 24 |
########################## FFHQ Noiseless Restoration ##########################
|
| 25 |
+
|
| 26 |
#--------------------- multi-step ---------------------
|
| 27 |
```bash
|
| 28 |
python sample_fm.py --opt configs/ir_fm_ffhq.yml \
|
|
|
|
| 49 |
```
|
| 50 |
|
| 51 |
########################## FFHQ Noisy Restoration ##########################
|
| 52 |
+
|
| 53 |
#--------------------- multi-step ---------------------
|
| 54 |
```bash
|
| 55 |
python sample_fm.py --opt configs/ir_fm_ffhq.yml \
|
|
|
|
| 76 |
```
|
| 77 |
|
| 78 |
########################## DIV2K Noiseless Restoration ##########################
|
| 79 |
+
|
| 80 |
#--------------------- multi-step ---------------------
|
| 81 |
```bash
|
| 82 |
python sample_fm.py --opt configs/ir_fm_DIV2K.yml \
|
|
|
|
| 107 |
|
| 108 |
|
| 109 |
########################## ImageNet Noiseless Restoration ##########################
|
| 110 |
+
|
| 111 |
#--------------------- multi-step ---------------------
|
| 112 |
```bash
|
| 113 |
python sample_fm.py --opt configs/ir_fm_imagenet.yml \
|