Chapter 9: Video Synthesis
We have learned about and built many models for image generation, including state-of-the-art StyleGAN and Self-Attention GAN (SAGAN) models, in previous chapters. You have now learned about most if not all of the important techniques used to generate images, and we can now move on to video generation (synthesis). In essence, video is simply a series of still images. Therefore, the most basic video generation method is to generate images individually and put them together in a sequence to make a video. Video synthesis is a complex and broad topic in its own right, and we won't be able to cover everything in a single chapter.
In this chapter, we will get an overview of video synthesis. We will then implement what is ...
Get Hands-On Image Generation with TensorFlow now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.