All Projects → shuochsu → Deepvideodeblurring

shuochsu / Deepvideodeblurring

Licence: mit
S. Su, M. Delbracio, J. Wang, G. Sapiro, W. Heidrich, O. Wang. Deep Video Deblurring. CVPR 2017, Spotlight

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to Deepvideodeblurring

Deeplearning.ai
Stars: ✭ 139 (-7.95%)
Mutual labels:  convolutional-neural-networks
Shainet
SHAInet - a pure Crystal machine learning library
Stars: ✭ 143 (-5.3%)
Mutual labels:  convolutional-neural-networks
Self Driving Golf Cart
Be Driven 🚘
Stars: ✭ 147 (-2.65%)
Mutual labels:  convolutional-neural-networks
Hey Waldo
Labeled images of the Where's Waldo puzzle for use in classification and image recognition problems.
Stars: ✭ 138 (-8.61%)
Mutual labels:  convolutional-neural-networks
Cnn Quantization
Quantization of Convolutional Neural networks.
Stars: ✭ 141 (-6.62%)
Mutual labels:  convolutional-neural-networks
Voicemap
Identifying people from small audio fragments
Stars: ✭ 144 (-4.64%)
Mutual labels:  convolutional-neural-networks
Wsddn
Weakly Supervised Deep Detection Networks (CVPR 2016)
Stars: ✭ 138 (-8.61%)
Mutual labels:  convolutional-neural-networks
Tfvos
Semi-Supervised Video Object Segmentation (VOS) with Tensorflow. Includes implementation of *MaskRNN: Instance Level Video Object Segmentation (NIPS 2017)* as part of the NIPS Paper Implementation Challenge.
Stars: ✭ 151 (+0%)
Mutual labels:  convolutional-neural-networks
Attribute Aware Attention
[ACM MM 2018] Attribute-Aware Attention Model for Fine-grained Representation Learning
Stars: ✭ 143 (-5.3%)
Mutual labels:  convolutional-neural-networks
Fast Neural Style Pytorch
Fast Neural Style Transfer implementation in PyTorch 🎨 🎨 🎨
Stars: ✭ 146 (-3.31%)
Mutual labels:  convolutional-neural-networks
Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (+1137.09%)
Mutual labels:  convolutional-neural-networks
Image Caption Generator
[DEPRECATED] A Neural Network based generative model for captioning images using Tensorflow
Stars: ✭ 141 (-6.62%)
Mutual labels:  convolutional-neural-networks
Binary Face Alignment
Real time face alignment
Stars: ✭ 145 (-3.97%)
Mutual labels:  convolutional-neural-networks
Abnormal event detection
Abnormal Event Detection in Videos using SpatioTemporal AutoEncoder
Stars: ✭ 139 (-7.95%)
Mutual labels:  convolutional-neural-networks
Turkce Yapay Zeka Kaynaklari
Türkiye'de yapılan derin öğrenme (deep learning) ve makine öğrenmesi (machine learning) çalışmalarının derlendiği sayfa.
Stars: ✭ 1,900 (+1158.28%)
Mutual labels:  convolutional-neural-networks
Image classifier
CNN image classifier implemented in Keras Notebook 🖼️.
Stars: ✭ 139 (-7.95%)
Mutual labels:  convolutional-neural-networks
Livianet
This repository contains the code of LiviaNET, a 3D fully convolutional neural network that was employed in our work: "3D fully convolutional networks for subcortical segmentation in MRI: A large-scale study"
Stars: ✭ 143 (-5.3%)
Mutual labels:  convolutional-neural-networks
Regnet
Nonrigid image registration using multi-scale 3D convolutional neural networks
Stars: ✭ 151 (+0%)
Mutual labels:  convolutional-neural-networks
Models Comparison.pytorch
Code for the paper Benchmark Analysis of Representative Deep Neural Network Architectures
Stars: ✭ 148 (-1.99%)
Mutual labels:  convolutional-neural-networks
Concrete Crack Detection
Crack detection for an autonomous UAV
Stars: ✭ 146 (-3.31%)
Mutual labels:  convolutional-neural-networks

Deep Video Deblurring for Hand-held Cameras

This is the demo code for Deep Video Deblurring for Hand-held Cameras. Given a stack of pre-aligned input frames, our network predicts a sharper central image.

Prepare data

  • Download and unzip test videos to dataset, from this link, or place your own test video frames under dataset/qualitative_datasets/[video_file_name]/input.

  • Align frames in Matlab, by running

	preprocess/launcher.m

Outputs should be stored at data/testing_real_all_nostab_[alignment] under structure

	/image_-2
	/image_-1
	/image_0
	/image_1
	/image_2

Alternatively, you can download the pre-aligned qualitative videos from here, here, and here.

Download pretrained weights

  • Download and unzip pretrained weights into logs, from here.

Run prediction script

  • Run script: sh run_pred.sh
  • Results will be saved to outImg.

FAQ

Citation

If you find this code useful for your research, please cite:

@inproceedings{su2017deep,
  title={Deep Video Deblurring for Hand-held Cameras},
  author={Su, Shuochen and Delbracio, Mauricio and Wang, Jue and Sapiro, Guillermo and Heidrich, Wolfgang and Wang, Oliver},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  pages={1279--1288},
  year={2017}
}
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].