Skip to content

Commit

Permalink
add cn readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaikuaikim committed Nov 24, 2017
1 parent c1398f1 commit c1634c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
**Free and open source face detection and recognition with
deep learning. Based on the MTCNN and ResNet Center-Loss**

[中文版 README](https://github.com/kuaikuaikim/DFace/blob/master/README_zh.md)

**DFace** is an open source software for face detection and recognition. All features implemented by the **[pytorch](https://github.com/pytorch/pytorch)** (the facebook deeplearning framework). With PyTorch, we use a technique called reverse-mode auto-differentiation, which allows developer to change the way your network behaves arbitrarily with zero lag or overhead.
DFace inherit these advanced characteristic, that make it dynamic and ease code review.
Expand All @@ -27,7 +28,7 @@ Our inspiration comes from several research papers on this topic, as well as cur
![mtcnn](http://pic.dface.io/mtcnn.png)

**If you want to contribute to DFace, please review the CONTRIBUTING.md in the project.We use [GitHub issues](https://github.com/DFace/DFace/issues) for
tracking requests and bugs. **
tracking requests and bugs.**

## Installation

Expand Down Expand Up @@ -124,7 +125,8 @@ python test_image.py

TODO

##Demo

## Demo

![mtcnn](http://pic.dface.io/figure_2.png)

Expand Down

0 comments on commit c1634c1

Please sign in to comment.