rife-cuda v2: added output arg, updated model to 1.4

This commit is contained in:
N00MKRAD
2020-12-03 00:00:31 +01:00
parent 7219a3e5ad
commit b87a1724d6
10 changed files with 14 additions and 206 deletions

View File

@@ -9,6 +9,6 @@ namespace Flowframes.Data
class Padding
{
public const int inputFrames = 9;
public const int interpFrames = 8;
public const int interpFrames = 8; // TODO: Maybe modify NCNN to accept padding as arg?
}
}