From 0b95afb198fba321e1f8f517caf49329bc2d9237 Mon Sep 17 00:00:00 2001
From: Benyahia Mohammed Oussama <mohammed.benyahia@etu.ec-lyon.fr>
Date: Sat, 29 Mar 2025 22:26:32 +0000
Subject: [PATCH] Edit README.md

---
 README.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 0f6440d..3ccb7af 100644
--- a/README.md
+++ b/README.md
@@ -118,7 +118,7 @@ In the cGAN architecture, we use a **PatchGAN** discriminator instead of a tradi
 
 For this project, we use a **70×70 PatchGAN**.
 
-_(Insert PatchGAN architecture diagram)_
+![patchGAN](images/patchGAN.png)
 
 ### **Results Comparison: 100 vs. 200 Epochs**
 
@@ -145,8 +145,11 @@ _(Insert PatchGAN architecture diagram)_
 - **Overfitting Issue:** Generalization is poor beyond 100 epochs.
 - **Limited Dataset Size (378 Images):** Restricts model’s diversity and quality.
 
-_(Insert example images for training set at 100 and 200 epochs)_
-_(Insert example images for evaluation set at 100 and 200 epochs)_
+#### Example image of training set at 100 and 200 epochs:
+![Example image for training set at 100 and 200 epochs](images/facades_trainingset_100_200_.png)
+
+#### Example images of evaluation set at 100 and 200 epochs:
+![Example images of evaluation set at 100 and 200 epochs](images/facades_valset_100_200_.png)
 
 ## Part 3: Diffusion Models
 
-- 
GitLab