Update README (#12)
parent
8f917387b6
commit
3647958e9c
|
@ -26,10 +26,10 @@ The values in the last 3 columns are `AD`, `MS-SSIM`, and `LD`.
|
|||
1. Download the pretrained model to the `models` directory.
|
||||
2. Run the `demo.py` by the following code:
|
||||
```shell
|
||||
$ python --Enet_ckpt 'models/G_w_checkpoint_13820.pt' \
|
||||
--Tnet_ckpt 'models/L_w_checkpoint_27640.pt' \
|
||||
--img_path 'images/1.jpg' \
|
||||
--out_dir 'output'
|
||||
$ python demo.py --Enet_ckpt 'models/G_w_checkpoint_13820.pt' \
|
||||
--Tnet_ckpt 'models/L_w_checkpoint_27640.pt' \
|
||||
--img_path 'images/1.jpg' \
|
||||
--out_dir 'output'
|
||||
```
|
||||
3. The final result:
|
||||

|
||||
|
|
Loading…
Reference in New Issue