Use of an autoencoding model for denoising synthetic images

Jérôme BUISINE bd04b766f7 Merge branch 'release/v0.0.2' 4 лет назад
modules bcc604e079 First model commit 4 лет назад
.gitignore b5efdd2af6 Update of ignore files from project 4 лет назад
LICENSE bcc604e079 First model commit 4 лет назад
README.md 19b3967aa2 Update of model architecture 4 лет назад
dataset 19b3967aa2 Update of model architecture 4 лет назад
generate_dataset.py 19b3967aa2 Update of model architecture 4 лет назад
generate_reconstructed_data.py bcc604e079 First model commit 4 лет назад
image_denoising.py 19b3967aa2 Update of model architecture 4 лет назад
transformation_functions.py 19b3967aa2 Update of model architecture 4 лет назад

README.md

Denoising with autoencoder

Description

Utilisation d'un autoencoder pour apprendre statistiquement comment il est possible de générer une image de synthèse.

Input :

  • Noisy image
  • Z-buffer
  • Normal card

or other information...

Output :

  • Reference image

How to use ?

Autoencoder keras documentation

Detailed later...

License

The MIT license