为了向"大领导"可视化什么是夫妻相,利用 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 -h
usage: 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
MIT @ github/wangshub
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.