noodles 3ee52e6566 'fix_readme' | 3 лет назад | |
---|---|---|
imgs | 3 лет назад | |
models | 3 лет назад | |
results | 3 лет назад | |
README.md | 3 лет назад | |
face_detection.py | 3 лет назад | |
face_swap.py | 3 лет назад | |
main.py | 3 лет назад | |
requirements.txt | 3 лет назад |
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
Source | Destination | Result |
---|---|---|
python main.py --src imgs/test6.jpg --dst imgs/test7.jpg --out results/output6_7.jpg --point_plot True
pip install -r requirements.txt
conda install opencv
(If you have conda/anaconda)Note: See requirements.txt for more details.