Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacen789 authored Sep 23, 2018
1 parent ad02587 commit 06fd370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# simple_faceswap
使用python-opencv和dlib实现的简单换脸程序
使用opencv-python和dlib实现的简单换脸程序

## 准备 ##
* 安装python-opencv、dlib
* 安装opencv-python、dlib
* 下载dlib人脸形状检测器模型数据:[shape_predictor_68_face_landmarks.dat.bz2](http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2),并解压在models文件夹下

## 实现步骤 ##
Expand Down

1 comment on commit 06fd370

@sobolevhuang
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

你好,请问下line42报错:index out of range 如何处理啊呀

Please sign in to comment.