From cc908f73096dc7cc6a1965bd5f4827591757dc11 Mon Sep 17 00:00:00 2001 From: Guerra Julie <julie.guerra@ecl19.ec-lyon.fr> Date: Sun, 26 Mar 2023 10:48:45 +0000 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 802e705..42d06d1 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,19 @@ # gan-cgan This repository contains the work corresponding to the BE2 of the course MSO 3.4 - Deep structured Learning, by Julie Guerra. -It contains the Python notebook with the code and the answers to the theoritical questions, and two images showing results. +It contains the Python notebook with the code and the answers to the theoritical questions, and three images showing results in the img directory. The images showing the results should be in the Python notebook, but just in case they aren't, the main results are below. ## First part: DC-GAN -The process for this assignment started with working on a DC-GAM with a database of handwritten numbers. Here is the result for 5 epochs of training: +The assignment started by working on a DC-GAN with a database of handwritten numbers. Here is the result for 5 epochs of training: - + ## Second part: cGAN -The second part consisted in working on a Conditional GAN (cGAN) for the construction of the image of a building from a template. I built the cGAN and trained it for 200 epochs, saving the model for 100 and 200 epochs. Here is the comparison of the result of the network for 100 and 200 epochs, on an image from the validation dataset: +The second part consisted in working on a Conditional GAN (cGAN) for the construction of the image of a building from a template. I built the cGAN and trained it for 200 epochs, saving the model for 100 and 200 epochs. Here is the comparison of the result of the network for 100 and 200 epochs, on two images from the validation dataset: - + + -- GitLab