From 3d5f0f93e7661e4eb68fac8baca08e826dd2f88e Mon Sep 17 00:00:00 2001 From: NBouteldja <40466985+NBouteldja@users.noreply.github.com> Date: Tue, 22 Jun 2021 21:42:30 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78949e0..8b57b65 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ This repo provides a framework to train CycleGAN- and U-GAT-IT-based translators <br> | Input aSMA image | Fake PAS translation | |:--:|:--:| -| <img src="https://github.com/NBouteldja/KidneyStainTranslation/blob/main/exemplaryResults/aSMA_image.png?raw=true" width="400">| <img src="https://github.com/NBouteldja/KidneyStainTranslation/blob/main/exemplaryResults/fakePAS_translation.png?raw=true" width="324"> | +| <img src="https://github.com/NBouteldja/KidneyStainTranslation/blob/main/exemplaryResults/aSMA_image.png?raw=true" width="400">| <img src="https://github.com/NBouteldja/KidneyStainTranslation/blob/main/exemplaryResults/fakePAS_translation.png?raw=true" width="400"> | | Prediction | Ground-truth | -| <img src="https://github.com/NBouteldja/KidneyStainTranslation/blob/main/exemplaryResults/prediction.png?raw=true" width="400">| <img src="https://github.com/NBouteldja/KidneyStainTranslation/blob/main/exemplaryResults/groundtruth.png?raw=true" width="324"> | +| <img src="https://github.com/NBouteldja/KidneyStainTranslation/blob/main/exemplaryResults/prediction.png?raw=true" width="324">| <img src="https://github.com/NBouteldja/KidneyStainTranslation/blob/main/exemplaryResults/groundtruth.png?raw=true" width="324"> | # Training To train a CycleGAN translator (e.g. incorporating a prior segmentation model), use the following command: -- GitLab