250 - Image to image translation using Pix2Pix GAN
A review of the original publication. https://arxiv.org/abs/1611.07004 Code generated in the video can be downloaded from here: https://github.com/bnsreenu/python_fo... The discriminator in the Pix2Pix GAN is implemented as a PatchGAN. PatchGAN discriminator tries to classify if each N×N patch in an image is real or fake. (as opposed to classifying an entire image) This discriminator is run convolutionally across the image, averaging all responses to provide the final output. The receptive field in a PatchGAN represents the relationship between one output activation to an area on the input image. A 70×70 PatchGAN will classify 70×70 patches of the input image as real or fake.

▶︎
251 - Satellite image to maps translation using pix2pix GAN

▶︎
PyTorch for Deep Learning & Machine Learning – Full Course

▶︎
125 - What are Generative Adversarial Networks (GAN)?

▶︎
252 - Generating realistic looking scientific images using pix2pix GAN

▶︎
Image-to-Image Translation and Applications -English version-

▶︎
01-LLM-Assisted Image Annotation - Concepts and Overview

▶︎
290 - Deep Learning based edge detection using HED

▶︎
Pix2Pix Paper Walkthrough

▶︎
257 - Exploring GAN latent space to generate images with desired features

▶︎
Pix2Pix Image to Image Translation - Everything you need to know!

▶︎
62 - Wasserstein GAN (WGAN) Architecture Understanding | Deep Learning | Neural Network

▶︎
247 - Conditional GANs and their applications

▶︎
CycleGAN implementation from scratch

▶︎
253 - Unpaired image to image translation using cycleGAN - An introduction

▶︎
CycleGAN Paper Walkthrough

▶︎
Image classification using CNN (CIFAR10 dataset) | Deep Learning Tutorial 24 (Tensorflow & Python)

▶︎
254 - Unpaired image to image translation using cycleGAN in keras

▶︎
228 - Semantic segmentation of aerial (satellite) imagery using U-net

▶︎
CycleGAN Explained in 5 Minutes!

▶︎
