From 612a39612631138a459367064667e345b8af2c2e Mon Sep 17 00:00:00 2001 From: kkkim <314127900@qq.com> Date: Mon, 11 Dec 2017 10:50:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9README=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9739132..c5a52af 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ DFace主要有两大模块,人脸检测和人脸识别。我会提供所有模 conda env create -f path/to/environment.yml ``` -### 人脸检测 +### 人脸识别和检测 如果你对mtcnn模型感兴趣,以下过程可能会帮助到你。 @@ -130,7 +130,7 @@ python src/train_net/train_o_net.py python test_image.py ``` -### 人脸识别 +### 人脸对比 @TODO 根据center loss实现人脸识别