vs-basicvsrpp icon indicating copy to clipboard operation
vs-basicvsrpp copied to clipboard

BasicVSR++ function for VapourSynth

Results 6 vs-basicvsrpp issues
Sort by recently updated
recently updated
newest added

Please consider implementing vs-plugin for this video denoising project: https://github.com/chenyangqiqi/bsvd It's declared to be very fast, has special models for the RGB-noise (unlike BasicVSR++) and operates with frame sequence instead...

I tried these but the output is unchanged? 7 = Video Deblurring (DVD) 8 = Video Deblurring (GoPro) 9 = Video Denoising

https://github.com/ckkelvinchan/BasicVSR_PlusPlus/issues/21#issuecomment-1418476449 According to @ckkelvinchan, it is easy to do? He says "you only need to remove one strided conv and one pixel-shuffling." but unfortunately he has not uploaded the code...

I tried to utilize 4 gpus for inference with the following code but it didn't work. Only one of the gpu was doing the job at a time and the...

Can you port RealBasicVSR to vapoursynth when you have time? https://github.com/ckkelvinchan/RealBasicVSR Thanks