ming 92e8152ce4 change face src | пре 3 година | |
---|---|---|
.. | ||
imgs | пре 3 година | |
models | пре 3 година | |
results | пре 3 година | |
scripts | пре 3 година | |
src_img | пре 3 година | |
README.md | пре 3 година | |
b1.mp4 | пре 3 година | |
face_detection.py | пре 3 година | |
face_swap.py | пре 3 година | |
jared.txt | пре 3 година | |
main.py | пре 3 година | |
main_video.py | пре 3 година | |
nina_noGesture_adj.mp4 | пре 3 година | |
ok.avi | пре 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 --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 |
---|---|---|
pip install -r requirements.txt
conda install opencv
(If you have conda/anaconda)Note: See requirements.txt for more details.
git clone https://github.com/wuhuikai/FaceSwap.git
python main.py ...
Note: Run python main.py -h for more details.
python main_video.py --src_img imgs/test7.jpg --show --correct_color --save_path {*.avi}
python main_video.py --src_img imgs/test7.jpg --video_path {video_path} --show --correct_color --save_path {*.avi}
From | To |
---|---|