Video-frame-prediction-by-multi-scale-GAN icon indicating copy to clipboard operation
Video-frame-prediction-by-multi-scale-GAN copied to clipboard

Using a GAN based multi scale CNN to predict future frames of a video. Implemented in Chainer

Results 2 Video-frame-prediction-by-multi-scale-GAN issues
Sort by recently updated
recently updated
newest added

In the paper, I learned that each layer in the network is a conditional GAN, and a low-pass filter image is received as a conditional input.I wonder if this code...

Do you have to preprocess test data as well? For instance, you process all of the files from the train folder and save that to trainclips, but do you have...