1
0
Fork 0
mirror of synced 2024-05-20 04:42:19 +12:00

update README

This commit is contained in:
nagadomi 2015-05-26 00:48:38 +09:00
parent 2a30216798
commit 94629d8b31

View file

@ -163,7 +163,7 @@ find ./frames -name "*.png" |sort > data/frame.txt
waifu2x (for example, noise reduction)
```
mkdir new_frames
th waifu2x.lua -m noise -noise_level 1 -l data/frame.txt -o new_frames/%d.png
th waifu2x.lua -m noise -noise_level 1 -resume 1 -l data/frame.txt -o new_frames/%d.png
```
Generating a video from waifu2xed images and audio.
@ -202,7 +202,7 @@ th cleanup_model.lua -model models/noise2_model.t7 -oformat ascii
```
You can check the performance of model with `models/noise2_best.png`.
### Training a 2x UPscaling model
### Training a 2x UpScaling model
```
th train.lua -method scale -scale 2 -test images/miku_small.png