All Projects → liuziwei7 → Voxel Flow

liuziwei7 / Voxel Flow

Video Frame Synthesis using Deep Voxel Flow (ICCV 2017 Oral)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Voxel Flow

Torch Gqn
PyTorch Implementation of Generative Query Network
Stars: ✭ 118 (-38.22%)
Mutual labels:  generative-model
Conditional Gan
Anime Generation
Stars: ✭ 141 (-26.18%)
Mutual labels:  generative-model
Mine Mutual Information Neural Estimation
A pytorch implementation of MINE(Mutual Information Neural Estimation)
Stars: ✭ 167 (-12.57%)
Mutual labels:  generative-model
Scgen
Single cell perturbation prediction
Stars: ✭ 122 (-36.13%)
Mutual labels:  generative-model
Gesturegan
[ACM MM 2018 Oral] GestureGAN for Hand Gesture-to-Gesture Translation in the Wild
Stars: ✭ 136 (-28.8%)
Mutual labels:  generative-model
Msg Net
Multi-style Generative Network for Real-time Transfer
Stars: ✭ 152 (-20.42%)
Mutual labels:  generative-model
Paysage
Unsupervised learning and generative models in python/pytorch.
Stars: ✭ 109 (-42.93%)
Mutual labels:  generative-model
Deep Generative Models For Natural Language Processing
DGMs for NLP. A roadmap.
Stars: ✭ 185 (-3.14%)
Mutual labels:  generative-model
Semantic image inpainting
Semantic Image Inpainting
Stars: ✭ 140 (-26.7%)
Mutual labels:  generative-model
Melnet
Implementation of "MelNet: A Generative Model for Audio in the Frequency Domain"
Stars: ✭ 161 (-15.71%)
Mutual labels:  generative-model
Generative 3d Part Assembly
Generative 3D Part Assembly via Dynamic Graph Learning, NeurIPS 2020
Stars: ✭ 123 (-35.6%)
Mutual labels:  generative-model
First Order Model
This repository contains the source code for the paper First Order Motion Model for Image Animation
Stars: ✭ 11,964 (+6163.87%)
Mutual labels:  generative-model
Stylegan2 Pytorch
Simplest working implementation of Stylegan2, state of the art generative adversarial network, in Pytorch. Enabling everyone to experience disentanglement
Stars: ✭ 2,656 (+1290.58%)
Mutual labels:  generative-model
Net2net
Network-to-Network Translation with Conditional Invertible Neural Networks
Stars: ✭ 120 (-37.17%)
Mutual labels:  generative-model
Vae vampprior
Code for the paper "VAE with a VampPrior", J.M. Tomczak & M. Welling
Stars: ✭ 173 (-9.42%)
Mutual labels:  generative-model
Generative Evaluation Prdc
Code base for the precision, recall, density, and coverage metrics for generative models. ICML 2020.
Stars: ✭ 117 (-38.74%)
Mutual labels:  generative-model
Gretel Synthetics
Differentially private learning to create fake, synthetic datasets with enhanced privacy guarantees
Stars: ✭ 147 (-23.04%)
Mutual labels:  generative-model
Dragan
A stable algorithm for GAN training
Stars: ✭ 189 (-1.05%)
Mutual labels:  generative-model
Vincent Ai Artist
Style transfer using deep convolutional neural nets
Stars: ✭ 176 (-7.85%)
Mutual labels:  generative-model
Disentangled Person Image Generation
Tensorflow implementation of CVPR 2018 paper "Disentangled Person Image Generation"
Stars: ✭ 158 (-17.28%)
Mutual labels:  generative-model

Video Frame Synthesis using Deep Voxel Flow

We address the problem of synthesizing new video frames in an existing video, either in-between existing frames (interpolation), or subsequent to them (extrapolation). Our method requires no human supervision, and any video can be used as training data by dropping, and then learning to predict, existing frames. Deep Voxel Flow (DVF) is efficient, and can be applied at any video resolution. We demonstrate that our method produces results that both quantitatively and qualitatively improve upon the state-of-the-art.

Note: we encourage you to check out the newly released [email protected]) for the pre-trained models of "Deep Voxel Flow".

[Project] [Paper] [Demo]

Other Implementations

Overview

Deep Voxel Flow (DVF) is the author's re-implementation of the video frame synthesizer described in:
"Video Frame Synthesis using Deep Voxel Flow"
Ziwei Liu, Raymond A. Yeh, Xiaoou Tang, Yiming Liu, Aseem Agarwala (CUHK & UIUC & Google Research) in International Conference on Computer Vision (ICCV) 2017, Oral Presentation

Further information please contact Ziwei Liu.

Requirements

Data Preparation

Getting started

  • Run the training script:
python voxel_flow_train.py --subset=train
  • Run the testing script:
python voxel_flow_train.py --subset=test
  • Run the evaluation script:
matlab eval_voxelflow.m

License and Citation

The use of this software is RESTRICTED to non-commercial research and educational purposes.

@inproceedings{liu2017voxelflow,
 author = {Ziwei Liu, Raymond Yeh, Xiaoou Tang, Yiming Liu, and Aseem Agarwala},
 title = {Video Frame Synthesis using Deep Voxel Flow},
 booktitle = {Proceedings of International Conference on Computer Vision (ICCV)},
 month = {October},
 year = {2017} 
}

Disclaimer

This is not an official Google product.

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