Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SonghyunYu authored Aug 2, 2019
1 parent c2c1c8b commit 69b81f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For training, we used [DIV2K](http://www.vision.ee.ethz.ch/~timofter/publication
Please download the whole dataset for training the model. [[DIV2K download page]](https://data.vision.ee.ethz.ch/cvl/DIV2K/)

## Test
Download Pre-trained models: [[google drive]](https://drive.google.com/open?id=1dwc6T4Kk5tjwiSFuOiogoWts55GsbMeC)
Download Pre-trained models: [[download]](https://drive.google.com/open?id=1dwc6T4Kk5tjwiSFuOiogoWts55GsbMeC)
and place them in the './checkpoint/pretrained_color' and './checkpoint/pretrained_gray' folders.
for grayscale images, gray_eval.py
for color images, color_eval.py
Expand All @@ -44,6 +44,7 @@ Example:
```
python gray_eval.py --cuda --self_ensemble
```
If you are interested in the ntire challenge results, you can download the pre-trained models [[here]](https://drive.google.com/open?id=1jWi8fqMpL8FYW6KF_mqy4J0LN4N5U6Ml)

## Training
```
Expand Down

0 comments on commit 69b81f0

Please sign in to comment.