clrke / alignedCelebFaces

Better version of my face editing tool. Explanation video here: https://www.youtube.com/watch?v=NTlXEJjfsQU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alignedCelebFaces

Better version of my face editing tool. Explanation video here: https://www.youtube.com/watch?v=NTlXEJjfsQU

How to install:

pip3 install -r requirements.txt

optional, but recommended: use venv

How to run:

python3 code/final_face_slider_tool.py

Controls:

Click on buttons and drag on sliders. Use the scroll wheel with your mouse over a PCA box for more fine-tuned control of the component. Use the scroll wheel with your mouse away from the the PCA boxes to navigate around the full 300-PCA list.

How to add images

Add your .jpg or .png images to the /extra_images folder and then run

./add_extra_images.sh

Note: all images in /extra_images will be run, even if they already exist in the database. If you wish to avoid duplication, delete all images in this folder before running this script again.

Notes

There are the 13,014 images I trained the models on, but I don't want to upload them all. You can find that at https://www.famousbirthdays.com/.

About

Better version of my face editing tool. Explanation video here: https://www.youtube.com/watch?v=NTlXEJjfsQU

License:MIT License


Languages

Language:Python 99.9%Language:Shell 0.1%