人脸拼接小工具
为了向"大领导"可视化什么是夫妻相,利用 face_recognition 写了个人脸拼接小工具
特性
左右拼接

上下拼接

依赖
-
pip3 install -r requirements.txt
使用
-
左右拼接
python3 face.py -l left.jpg -r right.jpg -o output.jpg -
上下拼接
python3 face.py -l upside.jpg -r downside.jpg -o output.jpg -
详情
python3 face.py -husage: face.py [-h] [-l LEFT] [-r RIGHT] [-u UPSIDE] [-d DOWNSIDE] [-o OUTPUT] face cut & concat tool optional arguments: -h, --help show this help message and exit -l LEFT, --left LEFT face on the left -r RIGHT, --right RIGHT face on the right -u UPSIDE, --upside UPSIDE face on the upside -d DOWNSIDE, --downside DOWNSIDE face on the downside -o OUTPUT, --output OUTPUT save concat image
地址
https://github.com/wangshub/face-concat
License
MIT @ github/wangshub