Applying makeup (top line) to the input face.
1,Clone the repository.
git clone https://github.com/Honlan/BeautyGAN.git
2,Tesorflow and TensorBoard 1.9 are required, so install them.
pip uninstall -y tensorflow
pip install tensorflow==1.9
pip uninstall tensorboard
pip install tensorboard==1.9
3,Download the pretrained model from the link.
4,Create a model directory and put the pretrained model in it.
5,When you specify an image and execute it, the model will output a result.
python main.py --no_makeup 'imgs/no_makeup/inputImage.png'
***
We publish machine learning informations.