Swap face between two photos for Python 3 with OpenCV and dlib.
python main.py --src imgs/test6.jpg --dst imgs/test7.jpg --out results/output6_7.jpg --correct_color| Source | Destination | Result |
|---|---|---|
![]() |
![]() |
![]() |
python main.py --src imgs/test6.jpg --dst imgs/test7.jpg --out results/output6_7_2d.jpg --correct_color --warp_2d| Source | Destination | Result |
|---|---|---|
![]() |
![]() |
![]() |
- dlib
- OpenCV 3
Note: See requirements.txt for more details.
git clone https://github.com/wuhuikai/FaceSwap.gitpython main.py ...Note: Run python main.py -h for more details.
| From | To |
|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |












