- add preview mode;
- deps config;
- upscale mode is selected automatically;
- add scale mode support (i.e. without noise reduction);
- refactoring.
This commit is contained in:
2020-12-24 14:02:48 +03:00
parent bf8b8bae63
commit 3acbb56f87
12 changed files with 319 additions and 196 deletions

View File

@ -2,5 +2,4 @@ VideoCodec="libx265"
Preset="slow"
PixelFormat="yuv420p10le"
ConstantRateFactor="16"
VideoBitrate=""
x265params="limit-sao=1:bframes=8:psy-rd=1:aq-mode=3"

View File

@ -7,7 +7,6 @@ Process="cudnn"
GpuNum="0"
ScaleRatio="3"
OutputDepth="16"
Mode="noise_scale"
CropSize="256"
BatchSize="1"
Model="upresnet10"