Dormitory Management System Based on Face Recognition

Yu Yang,Liang Ye
DOI: https://doi.org/10.1007/978-3-030-69066-3_31
2021-01-01
Abstract:This paper explores the application of face recognition system in dormitory management, and 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.
What problem does this paper attempt to address?