Skip to content

Sg4Dylan/vapoursynth-fsrcnn-ncnn-vulkan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published