All Projects → msmsajjadi → Frvsr

msmsajjadi / Frvsr

Frame-Recurrent Video Super-Resolution (official repository)

Projects that are alternatives of or similar to Frvsr

Liteflownet
LiteFlowNet: A Lightweight Convolutional Neural Network for Optical Flow Estimation, CVPR 2018 (Spotlight paper, 6.6%)
Stars: ✭ 474 (+201.91%)
Mutual labels:  cvpr2018, optical-flow
Tfoptflow
Optical Flow Prediction with TensorFlow. Implements "PWC-Net: CNNs for Optical Flow Using Pyramid, Warping, and Cost Volume," by Deqing Sun et al. (CVPR 2018)
Stars: ✭ 415 (+164.33%)
Mutual labels:  cvpr2018, optical-flow
Anime4k
A High-Quality Real Time Upscaler for Anime Video
Stars: ✭ 14,083 (+8870.06%)
Mutual labels:  neural-networks, super-resolution
Idn Caffe
Caffe implementation of "Fast and Accurate Single Image Super-Resolution via Information Distillation Network" (CVPR 2018)
Stars: ✭ 104 (-33.76%)
Mutual labels:  super-resolution, cvpr2018
Super Slowmo
An attempt at a PyTorch implimentation of "Super SloMo: High Quality Estimation of Multiple Intermediate Frames for Video Interpolation"
Stars: ✭ 73 (-53.5%)
Mutual labels:  neural-networks, cvpr2018
Pwc Net
PWC-Net: CNNs for Optical Flow Using Pyramid, Warping, and Cost Volume, CVPR 2018 (Oral)
Stars: ✭ 1,142 (+627.39%)
Mutual labels:  cvpr2018, optical-flow
Toflow
TOFlow: Video Enhancement with Task-Oriented Flow
Stars: ✭ 314 (+100%)
Mutual labels:  super-resolution, optical-flow
Ai Residency List
List of AI Residency & Research programs, Ph.D Fellowships, Research Internships
Stars: ✭ 69 (-56.05%)
Mutual labels:  google, neural-networks
Pytoflow
The py version of toflow → https://github.com/anchen1011/toflow
Stars: ✭ 83 (-47.13%)
Mutual labels:  super-resolution, optical-flow
Enhancenet Code
EnhanceNet: Single Image Super-Resolution Through Automated Texture Synthesis (official repository)
Stars: ✭ 142 (-9.55%)
Mutual labels:  neural-networks, super-resolution
Geo Heatmap
🗺️ Generate an interactive geo heatmap from your Google location data
Stars: ✭ 1,861 (+1085.35%)
Mutual labels:  google
Gluon Ts
Probabilistic time series modeling in Python
Stars: ✭ 2,373 (+1411.46%)
Mutual labels:  neural-networks
Cryptonets
CryptoNets is a demonstration of the use of Neural-Networks over data encrypted with Homomorphic Encryption. Homomorphic Encryptions allow performing operations such as addition and multiplication over data while it is encrypted. Therefore, it allows keeping data private while outsourcing computation (see here and here for more about Homomorphic Encryptions and its applications). This project demonstrates the use of Homomorphic Encryption for outsourcing neural-network predictions. The scenario in mind is a provider that would like to provide Prediction as a Service (PaaS) but the data for which predictions are needed may be private. This may be the case in fields such as health or finance. By using CryptoNets, the user of the service can encrypt their data using Homomorphic Encryption and send only the encrypted message to the service provider. Since Homomorphic Encryptions allow the provider to operate on the data while it is encrypted, the provider can make predictions using a pre-trained Neural-Network while the data remains encrypted throughout the process and finaly send the prediction to the user who can decrypt the results. During the process the service provider does not learn anything about the data that was used, the prediction that was made or any intermediate result since everything is encrypted throughout the process. This project uses the Simple Encrypted Arithmetic Library SEAL version 3.2.1 implementation of Homomorphic Encryption developed in Microsoft Research.
Stars: ✭ 152 (-3.18%)
Mutual labels:  neural-networks
Emlearn
Machine Learning inference engine for Microcontrollers and Embedded devices
Stars: ✭ 154 (-1.91%)
Mutual labels:  neural-networks
Google Translate Api
A free and unlimited API for Google Translate 💵🚫
Stars: ✭ 1,996 (+1171.34%)
Mutual labels:  google
Aerogear Ios Oauth2
Client library for OAuth2/OpenID Connect
Stars: ✭ 151 (-3.82%)
Mutual labels:  google
Basicsr
Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. Currently, it includes EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, BasicVSR, SwinIR, ECBSR, etc. Also support StyleGAN2, DFDNet.
Stars: ✭ 2,708 (+1624.84%)
Mutual labels:  super-resolution
Waifu2x Extension
Image, GIF and Video enlarger/upscaler achieved with waifu2x and Anime4K. [NO LONGER UPDATED]
Stars: ✭ 149 (-5.1%)
Mutual labels:  super-resolution
Textfeatures
👷‍♂️ A simple package for extracting useful features from character objects 👷‍♀️
Stars: ✭ 148 (-5.73%)
Mutual labels:  neural-networks
Google Translate
🈯 A Node.JS library to consume Google Translate API for free.
Stars: ✭ 152 (-3.18%)
Mutual labels:  google

Frame-Recurrent Video Super-Resolution

This is the official repository for the Frame-Recurrent Video Super-Resolution project by Mehdi S. M. Sajjadi, Raviteja Vemulapalli and Matthew Brown, presented at CVPR 2018.

Results

demo (left: low-resolution input, middle: FRVSR output, right: high-resolution ground truth)

More videos

https://vimeo.com/album/5053944

Vid4 dataset

https://people.tuebingen.mpg.de/msajjadi/FRVSR_Vid4.zip

Paper and Poster

Training dataset

  1. Download the source file dataset_train.txt
  2. Install youtube-dl
  3. Run youtube-dl -civ --batch-file=dataset_train.txt

Please note that some of the videos may be unavailable by now.

BibTex citation

@inproceedings{frvsr,
  title={{Frame-Recurrent Video Super-Resolution}},
  author={Sajjadi, Mehdi S. M. and Vemulapalli, Raviteja and Brown, Matthew},
  booktitle = {{The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}},
  month = {June},
  year={2018}
}

For any questions, comments or help to get it to run, please don't hesitate to mail us: [email protected]

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].