Watermark GAN

Matheus Schmitz
LinkedIn
Github Portfolio

Introduction

My goal is pretty straightforward here, I want to see if I can create a model capable of removing watermarks from images.

I'm using a modified version of Pix2Pix. Reference Pix2Pix implementation from TensorFlow: https://www.tensorflow.org/tutorials/generative/pix2pix

Google Drive Login

Generator

Discriminator

VGG Loss

CONFIG

Dataset

Utils

Train

Check Results

It seems the model already learned decently well how to "vanish" the watermarks when the background has a lot of color gradation, but it still produce lackluster results when the background consists of a single color.

End

Matheus Schmitz
LinkedIn
Github Portfolio