浏览代码

update README

nagadomi 10 年之前
父节点
当前提交
94629d8b31
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -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