← 返回论文检索
ACM Multimedia 2024Open-Source

NNVISR: Bring Neural Network Video Interpolation and Super Resolution into Video Processing Framework

Yuan Tong, Mengshun Hu, Zheng Wang 0007

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。DOI 10.1145/3664647.3685522 ↗

摘要

We present NNVISR - an open-source filter plugin for the VapourSynth video processing framework, which facilitates the application of neural networks for various kinds of video enhancing tasks, including denoising, super resolution, interpolation, and spatio-temporal super-resolution. NNVISR fills the gap between video enhancement neural networks and video processing pipelines, by accepting any network that enhances a group of frames, and handling all other network agnostic details during video processing. NNVISR is publicly released at https://github.com/tongyuantongyu/vs-NNVISR.