Adjust code for RIFE 3.9

This commit is contained in:
n00mkrad
2021-11-24 13:48:04 +01:00
parent 8cab96e099
commit 694d8f5de0
3 changed files with 10 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ namespace Flowframes.Data
class Implementations
{
public static AI rifeCuda = new AI(AI.Backend.Pytorch, "RIFE_CUDA", "RIFE",
"CUDA/Pytorch Implementation of RIFE (Nvidia Only!)", "rife-cuda", new int[] { 2, 4, 8, 16 });
"CUDA/Pytorch Implementation of RIFE (Nvidia Only!)", "rife-cuda", new int[] { 2, 3, 4, 5, 6, 7, 8, 9, 10 });
public static AI rifeNcnn = new AI(AI.Backend.Ncnn, "RIFE_NCNN", "RIFE (NCNN)",
"Vulkan/NCNN Implementation of RIFE", "rife-ncnn", new int[] { 2, 4, 8 }, true);