Spycsh / faceproject

A gui implementation of face recognition, emotion tracking and face searching

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Recognition Software

GUI implementation

Author: Sihan Chen


Project structure

+--face_recognition
|    +--identification.py
|    +--README.md
|    +--search.py
|    +--test_images.py
|    +--__init__.py
+--ui_with_tkinter
|    +--face_recognition_ui.py
|    +--__init__.py
+--resources
|    +--dlib_face_recognition_resnet_model_v1.dat
|    +--Entrance.png
|    +--Entrance_EnglishVersion.jpg
|    +--shape_predictor_68_face_landmarks.dat
+--camera_photo
|    +--README.md
+--camera_photo_identification
|    +--README.md
+--default_label_identificationcd 
|    +--chensihan.JPG
|    +--README.md
+--default_picture_labels
|    +--ChenSihan.jpg
|    +--kobe.jpg
|    +--README.md
+--default_search_labels
|    +--AndreIguodala.jpg
|    +--ChenSihan.JPG
|    +--Curry.jpg
|    +--kobe.jpg
|    +--LiZongdi.jpg
|    +--NickYoung.jpg
|    +--Obama.jpg
|    +--README.md
|    +--ShaoYifan.jpg
|    +--TangYixin.jpg
|    +--thompson.jpg
|    +--ZhangRuoyun.jpg
+--README.md

Entrance interface

Entrance picture designer: ShiYing Hou

entrance

Core Functions Introduction

face predict

Image predict

ans2

Camaera predict

My friend and me

C&W

face identification

Identification by emotions (current blinking/smiling in use)

emotions

  • Choose the action you need to do to show you are a live body rather than a picture
  • First the Identification function will call the camera to identify the user
  • Them when you do certain actions ( Blink or Smile)
  • You will be accepted

ans_identification

Face Search

Search Curry, Obama and Iguodala

p3

ans3

Search my classmate and me

p2

ans2


Thanks for reading!

About

A gui implementation of face recognition, emotion tracking and face searching


Languages

Language:Python 99.2%Language:Tcl 0.7%Language:PowerShell 0.0%Language:Batchfile 0.0%