Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JingyunLiang authored Mar 31, 2021
1 parent 280d46e commit 5ca3f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Flow-based Kernel Prior with Application to Blind Super-Resolution (FKP), CVPR2021

This repository is the official PyTorch implementation of Flow-based Kernel Prior with Application to Blind Super-Resolution
([arxiv](https://arxiv.org/abs/2103.15977), [supp](https://github.com/JingyunLiang/FKP/releases/tag/supp)).
([arxiv](https://arxiv.org/pdf/2103.15977.pdf), [supp](https://github.com/JingyunLiang/FKP/releases/tag/supp)).

<!--
:rocket: :rocket: :rocket: **News**:
Expand Down Expand Up @@ -71,7 +71,7 @@ python main.py --SR --sf 2 --dataset DIV2K
```

## Results
Please refer to the [paper](https://arxiv.org/abs/2103.15977) and [supplementary](https://github.com/JingyunLiang/FKP/releases/tag/supp) for results. Since both DIP-FKP and KernelGAn-FKP are randomly intialized, different runs may get slightly different results. The reported results are averages of 5 runs.
Please refer to the [paper](https://arxiv.org/pdf/2103.15977.pdf) and [supplementary](https://github.com/JingyunLiang/FKP/releases/tag/supp) for results. Since both DIP-FKP and KernelGAn-FKP are randomly intialized, different runs may get slightly different results. The reported results are averages of 5 runs.



Expand Down

0 comments on commit 5ca3f7c

Please sign in to comment.