All Projects → yulunzhang → Video Enhancement

yulunzhang / Video Enhancement

A list of resources for video enhancement, including video super-resolutio, interpolation, denoising, compression artifact removal et al..

Projects that are alternatives of or similar to Video Enhancement

VideoSplice
Video splice effects.
Stars: ✭ 56 (-83.33%)
Mutual labels:  video-processing
nebula
Media asset management and broadcast automation system
Stars: ✭ 103 (-69.35%)
Mutual labels:  video-processing
Server
The Kaltura Platform Backend. To install Kaltura, visit the install packages repository.
Stars: ✭ 293 (-12.8%)
Mutual labels:  video-processing
video autoencoder
Video lstm auto encoder built with pytorch. https://arxiv.org/pdf/1502.04681.pdf
Stars: ✭ 32 (-90.48%)
Mutual labels:  video-processing
DuME
A fast, versatile, easy-to-use and cross-platform Media Encoder based on FFmpeg
Stars: ✭ 66 (-80.36%)
Mutual labels:  video-processing
meltsub
Convert hardsub to softsub
Stars: ✭ 19 (-94.35%)
Mutual labels:  video-processing
detectron2-pipeline
Modular image processing pipeline using OpenCV and Python generators powered by Detectron2.
Stars: ✭ 78 (-76.79%)
Mutual labels:  video-processing
Toflow
TOFlow: Video Enhancement with Task-Oriented Flow
Stars: ✭ 314 (-6.55%)
Mutual labels:  video-processing
tssi2
tssi2 is a header-only library for parsing MPEG-2 and DVB Transport Streams in the domain of multimedia processing applications.
Stars: ✭ 18 (-94.64%)
Mutual labels:  video-processing
Awesome Action Recognition
A curated list of action recognition and related area resources
Stars: ✭ 3,202 (+852.98%)
Mutual labels:  video-processing
video2gif
Programmatically generate animated GIF from video in Python(convert video to gif)
Stars: ✭ 18 (-94.64%)
Mutual labels:  video-processing
CustomVideo
Customize video, photo, animation, music, border etc...
Stars: ✭ 71 (-78.87%)
Mutual labels:  video-processing
Optimizedimageenhance
Several image/video enhancement methods, implemented by Java, to tackle common tasks, like dehazing, denoising, backscatter removal, low illuminance enhancement, featuring, smoothing and etc.
Stars: ✭ 272 (-19.05%)
Mutual labels:  video-processing
tracker
CRS Ticket Tracker
Stars: ✭ 15 (-95.54%)
Mutual labels:  video-processing
Libva
Libva is an implementation for VA-API (Video Acceleration API)
Stars: ✭ 305 (-9.23%)
Mutual labels:  video-processing
tennis action recognition
Using deep learning to perform action recognition in the sport of tennis.
Stars: ✭ 17 (-94.94%)
Mutual labels:  video-processing
eloquent-ffmpeg
High-level API for FFmpeg's Command Line Tools
Stars: ✭ 71 (-78.87%)
Mutual labels:  video-processing
Vectorhub
Vector Hub - Library for easy discovery, and consumption of State-of-the-art models to turn data into vectors. (text2vec, image2vec, video2vec, graph2vec, bert, inception, etc)
Stars: ✭ 317 (-5.65%)
Mutual labels:  video-processing
Amazon Rekognition Video Analyzer
A working prototype for capturing frames off of a live MJPEG video stream, identifying objects in near real-time using deep learning, and triggering actions based on an objects watch list.
Stars: ✭ 309 (-8.04%)
Mutual labels:  video-processing
Tensor Stream
A library for real-time video stream decoding to CUDA memory
Stars: ✭ 277 (-17.56%)
Mutual labels:  video-processing

Video-Enhancement

A list of resources for video enhancement, including video super-resolutio, interpolation, denoising, compression artifact removal et al..

By Yulun Zhang ([email protected]), Yapeng Tian. ([email protected]). If you have any suggestions, please contact us. Thanks!

Video Interpolation

  • Xiaoyu Xiang et al., Zooming Slow-Mo: Fast and Accurate One-Stage Space-Time Video Super-Resolution, CVPR, 2020. [Paper] [Code]

  • Huaizu Jiang et al., Super SloMo: High Quality Estimation of Multiple Intermediate Frames for Video Interpolation, CVPR, 2018. [Paper]

  • Simon Niklaus et al., Context-aware Synthesis for Video Frame Interpolation, CVPR, 2018. [Paper]

  • Simone Meyer et al., PhaseNet for Video Frame Interpolation, CVPR, 2018. [Paper]

  • Tianfan Xue et al., Video Enhancement with Task-Oriented Flow, arXiv, 2017. [Paper] [Code]

  • Simon Niklaus et al., Video Frame Interpolation via Adaptive Separable Convolution, ICCV, 2017. [Paper] [Code]

  • Ziwei Liu et al., Video Frame Synthesis using Deep Voxel Flow, ICCV, 2017. [Paper]

Video Super-Resolution

  • Xiaoyu Xiang et al., Zooming Slow-Mo: Fast and Accurate One-Stage Space-Time Video Super-Resolution, CVPR, 2020. [Paper] [Code]

  • Xintao Wang, Kelvin C.K. Chan, Ke Yu, Chao Dong, Chen Change Loy. EDVR: Video Restoration with Enhanced Deformable Convolutional Networks, CVPRW, 2019. [Paper] [Code]

  • Yapeng Tian, Yulun Zhang, Yun Fu, Chenliang Xu. TDAN: Temporally Deformable Alignment Network for Video Super-Resolution, ArXiv, 2018. [Paper] [Demo] [Code]

  • Younghyun Jo et al., Deep Video Super-Resolution Network Using Dynamic Upsampling Filters Without Explicit Motion Compensation, CVPR, 2018. [Paper]

  • Mehdi S. M. Sajjadi et al., Frame-Recurrent Video Super-Resolution, CVPR, 2018. [Paper]

  • Xin Tao et al., Detail-Revealing Deep Video Super-Resolution, ICCV, 2017. [Paper] [Code]

  • Ding Liu et al., Robust Video Super-Resolution With Learned Temporal Dynamics, ICCV, 2017. [Paper]

  • Renjie Liao et al., Video Super-Resolution via Deep Draft-Ensemble Learning, ICCV, 2015. [Paper] [Code]

Video Denoising

  • Bihan Wen et al., Joint Adaptive Sparsity and Low-Rankness on the Fly: An Online Tensor Reconstruction Scheme for Video Denoising, ICCV, 2017. [Paper]
  • Matias Tassano et al., FastDVDnet: Towards Real-Time Deep Video Denoising Without Flow Estimation, CVPR, 2020. [Paper] [Code]

Video Deblurring

  • Seungjun Nah et al., Recurrent Neural Networks with Intra-Frame Iterations for Video Deblurring, CVPR, 2019. [Paper]

  • Wenqi Ren et al., Video Deblurring via Semantic Segmentation and Pixel-Wise Non-Linear Kernel, ICCV, 2017. [Paper]

  • Tae Hyun Kim et al., Online Video Deblurring via Dynamic Temporal Blending Network, ICCV, 2017. [Paper]

Other Video Enhancement Tasks

  • Ren Yang et al., Multi-Frame Quality Enhancement for Compressed Video, CVPR, 2018. [Paper]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].