Provided models have been trained on 10.000 images 64x64, the dataset is custom made and based on CelebA with a little modification. In our project we had to find the best performing model by only looking at papers and testing it with 2 set of faces: cropped (as close to no-background as possible) and large (as much background as possible)
We provide a whitepaper for better understanding of the process that made this models possible.
The models have been trained on a nVidia Quadro P4000, each epochs took 93-95 seconds.
Example pictures and the pre-trained models are aviable in the pre-trained models
folder.
To run the model trainer:
git clone https://github.com/Owlz/Face-Denoising.git
cd Face-Denoising-CASACV
pip install -r requirements.txt
python model_trainer_edited.py
The dataset examples are in the file dataset
folder, to generate them you can use the file script.py
but you have to modify it based on what you need.
The project was build from the ground up by our team: