Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Janspiry authored Jan 11, 2022
1 parent 7712d15 commit 5fb791f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Download the dataset and prepare it in **LMDB** or **PNG** format using script.

```python
# Resize to get 16×16 LR_IMGS and 128×128 HR_IMGS, then prepare 128×128 Fake SR_IMGS by bicubic interpolation
python prepare.py --path [dataset root] --out [output root] --size 16,128 -l
python data/prepare_data.py --path [dataset root] --out [output root] --size 16,128 -l
```

then you need to change the datasets config to your data path and image resolution:
Expand Down

0 comments on commit 5fb791f

Please sign in to comment.