Sg4Dylan / vapoursynth-fsrcnn-ncnn-vulkan

An example for porting nerual network to vapoursynth.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vapoursynth FSRCNN Vulkan

ncnn implementation of fsrcnn converter for vapoursynth.

Build for Windows x64

install Visual Studio Community 2019

Start → Programs → Visual Studio 2019 → 64 Native Tools Command Prompt for VS 2019

build vs-fsrcnn-vulkan

mkdir build
cd build
cmake -G"NMake Makefiles" ..
nmake

Usage

clip = mvf.ToRGB(clip, depth=32, sample=1) #Convert to RGB32
clip = core.fsrcnn.Filter(clip)

Reference

About

An example for porting nerual network to vapoursynth.

License:MIT License


Languages

Language:C 97.7%Language:C++ 2.0%Language:CMake 0.4%