Face Recognition Dormitory Manager
Buy Face Recognition Dormitory Manager now!
Face Recognition Dormitory Manager system realizes the function of entering and leaving dormitory through face voucher, storing the information of students, and automatically updating relevant data.
You will receive your code to redeem in your account within minutes by eMail. In order not to miss out the mail, please check the spam or junk mail folder too!
Please note: The download link will be sent to you via delivery eMail after you order.
The face recognition system in dormitory management, designs an EXE software, which realizes the function of entering and leaving dormitory through face voucher, storing the information of students, and automatically updating relevant data.
The face recognition module includes three functions:
Face image recognition and interception, face alignment, face feature extraction and face verification.
The traditional method of HOG is used for recognition and interception, and the method of gray-scale processing and gamma normalization is used for preprocessing to reduce the influence of light. The face alignment uses the 68-point landmarks and similarity transformation to align the face. The face feature extraction uses the pre-trained FaceNet neural network to extract the 128-d feature vector of the face, which is stored in the database or compared with the face in the database to output the Euclidean distance, then compare and find the most possible person according to the distance.
The database module includes two functions:
Storing face information and displaying all information of students MySQL is used to build the database. An automatic dormitory information management system is established through the interconnection interface between MySQL and Python.