Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Image Super-Resolution GANs
Rating: 4.2 out of 5(32 ratings)
379 students

Image Super-Resolution GANs

Enhance/upsample images with Generative Adversarial Networks using Python and Tensorflow 2.0
Last updated 1/2022
English

What you'll learn

  • Create a generator architecture that upsamples an image by 4 times in each dimension
  • Create a discriminator architecture that scores both realism and fidelity to the original image
  • Modify custom written Keras layers to accept input images of any size without rebuilding the model
  • Train the models on a Cloud TPU through Google CoLab
  • Use the trained generator in a practical application to upsample your own images

Course content

4 sections24 lectures2h 31m total length
  • Introduction0:50
  • Prerequisites1:01
  • Getting the Most Out of This Course1:02
  • What is Super-resolution?2:27

Requirements

  • My "High Resolution Generative Adversarial Networks (GANs)" course
  • Python experience
  • Convolutional neural network experience
  • Basic familiarity with TensorFlow 2.0 and Keras

Description

We've all seen the gimmick in crime TV shows where the investigators manage to take a tiny patch of an image and magnify it with unrealistic clarity. Well today, Generative Adversarial Networks are making the impossible possible.

Dive into this course where I’ll show you how easily we can take the fundamentals from my High Resolution Generative Adversarial Networks course and build on this to accomplish this impressive feat known as Super-resolution. Not only will you be able to train a Generator to magnify an image to 4 times it’s original size (that’s 16 times the number of pixel!), but it will take relatively little effort on our end.

Just as in the first course, we’ll use Python and TensorFlow 2.0 along with Keras to build and train our convolutional neural networks. And since training our networks will require a ton of computational power, we’ll once again use Google CoLab to connect to a free Cloud TPU. This will allow us to complete the training in just a few days without spending anything on hardware!

If this sounds enticing, take a few minutes to watch the free preview of the “Results!” lesson. I have no doubt that you will come away impressed.

Who this course is for:

  • Python + TensorFlow 2.0 developers who want to enlarge images with photorealistic detail and clarity