AmazingMartin : A wonderful virtual dressing room application based on GAN
Based on the cutting-edge technologies related to GAN, such as makeup transfer, hairstyle transfer and virtual try-on, we have built a virtual modeling room application with complete functions and flexible operation, integrating various functions such as virtual makeup, virtual hair change and virtual clothes try-on. The application allows users to upload model photos freely and combine corresponding functions to meet the personalized needs of them for their modeling preview.
We recommend running this repository using Anaconda. All dependencies for defining the environment are provided in environment/environment.yaml
.
Run:
cd environment
conda env create -f environment.yml
You can download all weights from Baidu Netdisk (extracted code: hw96) and put them in ./checkpoint
.
It's very easy to use this app. Just run python app.py
to start the app, then you can enjoy your modeling time!
This project is built up on SSAT, Barbershop and dressing-in-order. Please be aware of their licenses when using the code.
Thanks a lot for the great work to the pioneer researchers!