Skip to content

Commit fcba38b

Browse files
authored
Update README.md
1 parent 210ef17 commit fcba38b

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1+
## MRL @Home face recognition
2+
> Face recognition using dlib and optimized kNN classification in ROS.
13
2-
# MRL @Home face recognition
3-
4-
Face recognition using dlib and optimized kNN classification in ROS.
5-
4+
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
65

76
----------
87

@@ -473,4 +472,9 @@ Thresh value in Classifier python class is maximum value of Euclidean distance b
473472
Labels , samples and distances will extended to same list , then the list will sort with distance key.
474473
Now we can predict label of input sample using there k nearest neighbors.
475474

476-
I used a limit for classification. It will limit samples of each labels that will help to prevent overlapping.
475+
I used a limit for classification. It will limit samples of each labels that will help to prevent overlapping.
476+
477+
---
478+
479+
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
480+
[![Made in MRL](https://img.shields.io/badge/Made%20in-Mechatronic%20Research%20Labratories-red.svg)](https://www.qiau.ac.ir/)

0 commit comments

Comments
 (0)