Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 967 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 967 Bytes

Face Detection

  1. face_detection

Remember to add link .xml in this line

3.jpg

This script helps to recognize face

2.jpg

  1. get_data

Create table people by SQLite as image below

1.jpg

Run this script to add data on database

4.jpg

100 image files will be save on dataSet folder

5.jpg

  1. training

From 100 image files, this script convert it to array number and save it as .yml file

7.jpg

  1. recognition_data

After training, the face detection export camera with learned data

6.jpg