Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 502a90c

Browse files
committed
README update
trained model filename changed data structure instructions
1 parent b6ac742 commit 502a90c

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,16 @@ To run demo, download and extract the trained models into "experiment" folder.
2020

2121
Type following command in "code" folder.
2222
```lua
23-
qlua -i demo.lua -load -save scale3_adv_crf -blur_type gamma2.2
24-
qlua -i demo.lua -load -save scale3_adv_lin -blur_type linear
23+
qlua -i demo.lua -load -save release_scale3_adv_gamma -blur_type gamma2.2
24+
qlua -i demo.lua -load -save release_scale3_adv_lin -blur_type linear
2525
```
2626

2727
To train a model, clone this repository and download below dataset in "dataset" directory.
28-
Then run main.lua in 'code' folder with optional parameters.
28+
29+
The data structure should look like
30+
"dataset/GOPRO_Large/train/GOPRxxxx_xx_xx/blur/xxxxxx.png"
31+
32+
Then run main.lua in "code" directory with optional parameters.
2933
```lua
3034
-- Train for 450 epochs, save in 'experiment/scale3'
3135
th main.lua -nEpochs 450 -save scale3

0 commit comments

Comments
 (0)