In the previous chapter we talked about image colorization, which is done using tools like Photoshop. Now let’s talk about another task that Photoshop is normally used for, but which we can automate using neural networks. In this chapter we will talk about image deblurring. We are going to use a generative adversarial network (GAN) combined with a VGG-16 for this project. First we will take a look at what a GAN is and how it works. Then we will take a closer look at what image deblurring is.
What Is a GAN?
Generative Adversarial Networks (GANs) are a powerful ...