Skip to content
Snippets Groups Projects
Commit a1923421 authored by Machado E Silva Matheus's avatar Machado E Silva Matheus
Browse files

plot in read me

parent 8fa0b9a3
Branches
No related tags found
No related merge requests found
...@@ -9,8 +9,14 @@ GAN is a generative adversarial network that we use to generate new handwritten ...@@ -9,8 +9,14 @@ GAN is a generative adversarial network that we use to generate new handwritten
To reduce the time of execution we use Google Colab GPU; To reduce the time of execution we use Google Colab GPU;
The MNIST dataset uses black and white images so to adapt this tutorial to the MNIST database, I changed the number of channels for 1 (in the tutorial was 3 because of RGB data used); The MNIST dataset uses black and white images so to adapt this tutorial to the MNIST database, I changed the number of channels for 1 (in the tutorial was 3 because of RGB data used);
![Results GAN](/Result_partie1.png)
# cGAN tutorial. # cGAN tutorial.
cGAN is a conditional generative adversarial network (cGAN) and in this project I trained it to identify if building facades images have generated by a model or are real; The idea of this project is to use cGAN (a conditional generative adversarial network) to identify and juge if building facades images are real or generated by a model;
The data used is from the CMP Facade Database; The data used is from the CMP Facade Database;
To generate the facade images, a mask, already included in the database, passes through the generator, which delivers as output a believable image. The images were generated by a generator (with a mask from the database)
The results are showed below:
![Results cGAN](/Result_partie2.png)
Result_partie1.png

348 KiB

Result_partie2.png

411 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment