Swap face between two photos for Python 3 with OpenCV and dlib.
python main.py --src imgs/test1.jpg --dst imgs/test5.jpg --out results/output1_5.jpg --correct_color
Source | Destination | Result |
---|---|---|
python main.py --src imgs/test1.jpg --dst imgs/test5.jpg --out results/output1_5_2d.jpg --correct_color --warp_2d
Source | Destination | Result |
---|---|---|
- dlib
- OpenCV 3
Note: See requirements.txt for more details.
pip install -r requirements.txt
git clone https://github.com/etosworld/etos-faceswap
python main.py ...
Note: Run python main.py -h for more details.
From | To |
---|---|