Image Super-Resolution with SRGAN
Learn about the concept of SRGAN and how to use it for image super resolution.
We'll cover the following
Image restoration is a vast field. There are three main processes involved in image restoration:
Image super-resolution: Expanding an image to a higher resolution.
Image deblur: Turning a blurry image into a sharp one.
Image inpainting: Filling in holes or removing watermarks in an image.
All of these processes involve estimating pixel information from existing labels. The term restoration of the pixels actually refers to estimating the way they should have looked. Take image super-resolution, for example, to expand the image size by 2, we need to estimate 3 additional pixels to form
In this chapter, we will introduce another member of the GAN family,
Creating a generator
Let's take a look at the components of the generator network:
Get hands-on with 1400+ tech skills courses.