Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amenglong authored Nov 24, 2017
1 parent a9c3f66 commit 4b2625c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ If you want to have your own database just need to add your own face images (96x
Face verification verifies the input face ("alvaro_0.jpg") encoding vector corresponds (distance < threashold) to the provided name ("alvaro") database member encoding vector:

```python
# fr.py
76. verify("images/alvaro_0.jpg", "alvaro", database, FRmodel)
```

Expand All @@ -42,6 +43,7 @@ Face verification verifies the input face ("alvaro_0.jpg") encoding vector corre
Face recognition compares the input face ("alvaro_0.jpg") encoding vector with all database members encoding vector, chosing the one with the minimum distance between vectors:

```python
# fr.py
106. who_is_it("images/alvaro_0.jpg", database, FRmodel)
```

Expand Down

0 comments on commit 4b2625c

Please sign in to comment.