Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.23 KB

README.md

File metadata and controls

51 lines (40 loc) · 1.23 KB

etos face swap

Swap face between two photos for Python 3 with OpenCV and dlib.

Get Started

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

Install

Requirements

Note: See requirements.txt for more details.

pip install -r requirements.txt

Git Clone

git clone https://github.com/etosworld/etos-faceswap

Swap Your Face

python main.py ...

Note: Run python main.py -h for more details.

More Results

From To