v7: add Real-CUGAN
This release adds support for bilibili's Real-CUGAN, please refer to the wiki for details.
Special notes for CUGAN:
- Make sure the RGBS input to CUGAN is within
[0,1]
range (if in doubt, better to usecore.std.Expr(input, "x 0 max 1 min")
to condition the input before feeding the NN; fmtconv YUV2RGB might generate out of range RGB values): Out of range values will trip the NN into producing large negative values. - Do not use tiling (i.e. must set
tiles=1
) as CUGAN requires access to the entire input frame for its depth detection mechanism to work.
Compared to v6, only scripts.v7.7z
, models.v7.7z
, vsmlrt-windows-x64-cpu.v7.7z
and vsmlrt-windows-x64-cuda.v7.7z
files are updated.