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.