From e843d5dfbc28e4c17af1b3d2a1f2ead447ef33de Mon Sep 17 00:00:00 2001 From: Brussart Paul-emile <paul-emile.brussart@ecl19.ec-lyon.fr> Date: Tue, 28 Mar 2023 16:19:37 +0000 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5788498..2783fa2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ We recommand to use the notebook (.ipynb) but the Python script (.py) is also provided if more convenient for you. +The purpose of this task is to explore Generative Adversarial Networks (GANs) and their implementation, specifically focusing on an architecture that enables image-to-image translation. + +# Fake numbers generations + + In the first part, we aim to learn and understand the basic concepts of Generative Adversarial Networks through a DCGAN and generate new handwritten numbers from the learned network after showing it real handwritten numbers. + +# Facade generation + +In the second part, we implement a cGAN to generate facades from a template image using U-Net architecture. + # How to submit your Work ? -This work must be done individually. The expected output is a repository named gan-cgan on https://gitlab.ec-lyon.fr. It must contain your notebook (or python files) and a README.md file that explains briefly the successive steps of the project. The last commit is due before 11:59 pm on Wednesday, March 29, 2023. Subsequent commits will not be considered. \ No newline at end of file +This work must be done individually. The expected output is a repository named gan-cgan on https://gitlab.ec-lyon.fr. It must contain your notebook (or python files) and a README.md file that explains briefly the successive steps of the project. The last commit is due before 11:59 pm on Wednesday, March 29, 2023. Subsequent commits will not be considered. -- GitLab