ShahkarHassan / SMART-CROWD-ANALYZER

This is my Final year project in UET LAHORE.
MIT License
3 stars 0 forks source link

Attendance Log , Staff Exclusion and Regular Customers. #12

Closed ShahkarHassan closed 4 years ago

ShahkarHassan commented 4 years ago

Implement a code to get Attendance Log , Staff Exclusion and Regular Customers.

ShahkarHassan commented 4 years ago

This is a code to mark attendance. When someone enters through door (Staff / registered member) it takes his attendance and stores in csv file

First of all the dataset is created of staff and register number with GUI shown below in a file named facedataset.py : image

A folder with that person name is created which is then used for one shot detection. Attendance is taken on One shot detection , IF code finds similarity in image in database with the person coming , it will mark attendance according to this function. Function in file named "hghh.py" : image

Result: image

This way staff can be excluded and regular customer (registered users) or the database can be created to store the faces of every person entering which is quite complex . so we will keep it to Registered users as regular customers.