All Projects → Golbstein → EDVR_Keras

Golbstein / EDVR_Keras

Licence: other
Keras implementation of EDVR: Video Restoration with Enhanced Deformable Convolutional Networks

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to EDVR Keras

FISR
Official repository of FISR (AAAI 2020).
Stars: ✭ 72 (+105.71%)
Mutual labels:  super-resolution, video-super-resolution
TC-YoukuVSRE
天池2019阿里巴巴优酷视频增强和超分辨率挑战赛自用代码,EDVR、WDSR、ESRGAN三个模型。
Stars: ✭ 41 (+17.14%)
Mutual labels:  super-resolution, video-super-resolution
Waifu2x Extension Gui
Video, Image and GIF upscale/enlarge(Super-Resolution) and Video frame interpolation. Achieved with Waifu2x, Real-ESRGAN, SRMD, RealSR, Anime4K, RIFE, CAIN, DAIN, and ACNet.
Stars: ✭ 5,463 (+15508.57%)
Mutual labels:  super-resolution, video-super-resolution
DLSS
Deep Learning Super Sampling with Deep Convolutional Generative Adversarial Networks.
Stars: ✭ 88 (+151.43%)
Mutual labels:  super-resolution, keras-implementations
SR Framework
A generic framework which implements some famouts super-resolution models
Stars: ✭ 54 (+54.29%)
Mutual labels:  super-resolution
NRSR
Neighborhood Regression for Edge-Preserving Image Super-Resolution (ICASSP 2015)
Stars: ✭ 13 (-62.86%)
Mutual labels:  super-resolution
picasso
A collection of tools for painting super-resolution images
Stars: ✭ 77 (+120%)
Mutual labels:  super-resolution
ECBSR
Edge-oriented Convolution Block for Real-time Super Resolution on Mobile Devices, ACM Multimedia 2021
Stars: ✭ 216 (+517.14%)
Mutual labels:  super-resolution
RFDA-PyTorch
Official Code for 'Recursive Fusion and Deformable Spatiotemporal Attention for Video Compression Artifact Reduction' - ACM Multimedia2021 (ACMMM2021) Accepted Paper Task: Video Quality Enhancement / Video Compression Artifact Reduction
Stars: ✭ 44 (+25.71%)
Mutual labels:  video-enhancement
Keras-Generating-Sentences-from-a-Continuous-Space
Text Variational Autoencoder inspired by the paper 'Generating Sentences from a Continuous Space' Bowman et al. https://arxiv.org/abs/1511.06349
Stars: ✭ 32 (-8.57%)
Mutual labels:  keras-implementations
PNG-Upscale
AI Super - Resolution
Stars: ✭ 116 (+231.43%)
Mutual labels:  super-resolution
EmiyaEngine
只要蘊藏著想成為真物的意志,偽物就比真物還要來得真實。
Stars: ✭ 27 (-22.86%)
Mutual labels:  super-resolution
open-solution-cdiscount-starter
Open solution to the Cdiscount’s Image Classification Challenge
Stars: ✭ 20 (-42.86%)
Mutual labels:  keras-implementations
tf-bsrn-sr
Official implementation of block state-based recursive network (BSRN) for super-resolution in TensorFlow
Stars: ✭ 28 (-20%)
Mutual labels:  super-resolution
EGVSR
Efficient & Generic Video Super-Resolution
Stars: ✭ 774 (+2111.43%)
Mutual labels:  super-resolution
mfqev2.0
Official repository of "MFQE 2.0: A New Approach for Multi-frame Quality Enhancement on Compressed Video", TPAMI 2019.
Stars: ✭ 142 (+305.71%)
Mutual labels:  video-enhancement
ImSwitch
ImSwitch is a software solution in Python that aims at generalizing microscope control by providing a solution for flexible control of multiple microscope modalities.
Stars: ✭ 43 (+22.86%)
Mutual labels:  super-resolution
libsrcnn
Super-Resolution imaging with Convolutional Neural Network library for G++, Non-OpenCV model.
Stars: ✭ 14 (-60%)
Mutual labels:  super-resolution
GAN-keras
tensorflow2.x implementations of Generative Adversarial Networks.
Stars: ✭ 30 (-14.29%)
Mutual labels:  keras-implementations
keras-stochastic-weight-averaging
Keras callback function for stochastic weight averaging
Stars: ✭ 53 (+51.43%)
Mutual labels:  keras-implementations

EDVR Video-Enhancement and Super-Resolution in Keras

EDVR: Video Restoration with Enhanced Deformable Convolutional Networks

Keras implementation of "Video Restoration with Enhanced Deformable Convolutional Networks" CVPR, 2019: EDVR Based on author's Pytorch implementation

Model Architecture

alt text

TODO:

Help needed in translation of authors' DFA module to Keras\Tensorflow: DCN_V2

  • PreDeblur Module
  • Alignment with Pyramid, Cascading and Deformable Convolution (PCD) Module
  • Temporal Spatial Attention (TSA) Fusion Module
  • Reconstruction Module
  • Pixel shuffle layer (Subpixel)
  • Support changing frame shape (currently supports only fixed shape)

Results

alt text

  • Dependencies

    • Python 3.6
    • Keras>2.2.x
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].