You can access the code from our GitHub Repository
Official implementation for paper High Resolution Face Age Editing.
This project implements several variations of HRFAE, including:
- dispatchGAN+VGG13+AdaIN
- dispatchGAN+resnet50
- dispatchGAN+VGG16bn
- dispatchGAN+VGG16+BMILoss
- dispatchGAN+VGG16
For detailed information about each branch, please refer to its corresponding branch README.md
.
For each variation/branch, we provide a notebook dl_final.ipynb
where environments are set up, so you could easily try out our models.
You could also upload test images in the folder /test/input
and run all cells then it will test after training. The output images will be saved in the folder /test/output
. You can change the desired target age with --target_age
.
Copyright © 2020, InterDigital R&D France. All rights reserved.
This source code is made available under the license found in the LICENSE.txt in the root directory of this source tree.