Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
郑梓斌 committed Apr 20, 2018
1 parent efac600 commit 2fe4c55
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
# 颜如玉
yry(颜如玉)—— 一个实现人脸融合的算法,可以接近腾讯天天P图疯狂变脸功能的效果

# 体验
http://swap.hyqfx.com/#/
颜如玉 —— python 人脸融合程序,可实现类似天天P图疯狂换脸、face++人脸融合效果

# 效果
国际惯例先放效果对照图,左边为天天p图融合效果,右边为颜如玉融合效果:
![](http://curzbin.oss-cn-shenzhen.aliyuncs.com/compare.jpg)

# 使用
python 安装 requirements.txt 依赖后运行 ModuleTest.py
# 项目描述

最近关于人脸的应用越来
1 change: 0 additions & 1 deletion core/morpher.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def morph_img(src_img, src_points, dst_img, dst_points, alpha=0.5):

def face_merge(dst_img, src_img, out_img,
face_area, alpha=0.75,
skin_buff=0, skin_detail=0, skin_p=0,
blur_detail_x=None, blur_detail_y=None, mat_multiple=None):
src_matrix, src_points, err = core.face_points(src_img)
dst_matrix, dst_points, err = core.face_points(dst_img)
Expand Down
Binary file added images/1524215362843.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/1524215362843.jpg.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b'{"error_message":"CONCURRENCY_LIMIT_EXCEEDED"}\n'
Binary file added images/ff_putput.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tt_output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2fe4c55

Please sign in to comment.