From c11d3620dd51397a0ff1e691af8b7f2f0525dbbe Mon Sep 17 00:00:00 2001 From: kkkim <314127900@qq.com> Date: Thu, 30 Nov 2017 23:30:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 522aeca..bb16996 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,7 @@ DFace可以利用CUDA来支持GPU加速模式。我们建议尝试linux GPU这 ![mtcnn](http://affluent.oss-cn-hangzhou.aliyuncs.com/html/images/mtcnn_st.png) -**如果你对DFace感兴趣并且想参与到这个项目中, 请查看目录下的 CONTRIBUTING.md 文档,它会实时展示一些需要@TODO的清单。我会用 [issues](https://github.com/DFace/DFace/issues) -来跟踪和反馈所有的问题.** +**如果你对DFace感兴趣并且想参与到这个项目中, 请查看目录下的 CONTRIBUTING.md 文档,它会实时展示一些需要@TODO的清单。我会用issues来跟踪和反馈所有的问题.** ## 安装 @@ -119,10 +118,9 @@ python test_image.py ``` ### 人脸识别 +@TODO 根据center loss实现人脸识别 -TODO - -## 测试效果 +## 测试效果 ![mtcnn](http://affluent.oss-cn-hangzhou.aliyuncs.com/html/images/dface_demo.png) @@ -132,6 +130,4 @@ TODO [Apache License 2.0](LICENSE) -## Reference -* [Seanlinx/mtcnn](https://github.com/Seanlinx/mtcnn)