Этот материал был удалён по просьбе автора.
Пиздон момент# FaceSwapSwap face between two photos for Python 3 with OpenCV and dlib.
## Get Started```shpython main.py --src imgs/test6.jpg --dst imgs/test7.jpg --out results/output6_7.jpg --correct_color```
| Source | Destination | Result || —- | —- | —- ||![](imgs/test6.jpg) | ![](imgs/test7.jpg) | ![](results/output6_7.jpg) |
```shpython main.py --src imgs/test6.jpg --dst imgs/test7.jpg --out results/output6_7_2d.jpg --correct_color --warp_2d```
| Source | Destination | Result || —- | —- | —- ||![](imgs/test6.jpg) | ![](imgs/test7.jpg) | ![](results/output6_7_2d.jpg) |
python main.py --src imgs/2.jpg --dst imgs/1.jpg --out results/1.jpg --correct_color --warp_2d --no_debug_window
Комментарий недоступен
Пиздон момент
# FaceSwap
Swap face between two photos for Python 3 with OpenCV and dlib.
## Get Started
```sh
python main.py --src imgs/test6.jpg --dst imgs/test7.jpg --out results/output6_7.jpg --correct_color
```
| Source | Destination | Result |
| —- | —- | —- |
|![](imgs/test6.jpg) | ![](imgs/test7.jpg) | ![](results/output6_7.jpg) |
```sh
python main.py --src imgs/test6.jpg --dst imgs/test7.jpg --out results/output6_7_2d.jpg --correct_color --warp_2d
```
| Source | Destination | Result |
| —- | —- | —- |
|![](imgs/test6.jpg) | ![](imgs/test7.jpg) | ![](results/output6_7_2d.jpg) |
python main.py --src imgs/2.jpg --dst imgs/1.jpg --out results/1.jpg --correct_color --warp_2d --no_debug_window
Комментарий недоступен