01
Model Development
Integrated detection, alignment, feature extraction, and identity classification into one real-time pipeline.
BSc. Data Science Research Project · 2024
ICTlab, University of Science and Technology of Hanoi
Hanoi, Vietnam
Computer Vision · Deep Learning · Machine Learning · Real-Time Systems
Supervision

A group data science project focused on developing a real-time facial recognition system for contactless attendance. The system combined face detection, alignment, feature extraction, and identity classification to recognise multiple individuals from live camera input.
Project Lead
Data Science Researcher & Developer
Final Group Project · 2024
Mau Minh Phuc Le
Duc Thai Phung
Hai Minh Hua
Minh Hoang Pham
Computer Vision · Deep Learning · Real-Time Recognition
Python · YuNet · ResNet34 · Support Vector Machine · Face Alignment · Real-Time Video Processing
01
Integrated detection, alignment, feature extraction, and identity classification into one real-time pipeline.
02
Tested recognition accuracy and processing speed across live-camera conditions.
03
Analysed evaluation results and identified improvements for recognition reliability.
WIDER FACE · GLINT360K · AgeDB Database
Manual collection dataset · 416 face images of 25 people
Live video frames pass through five processing stages before the system returns an identity prediction.
Capture continuous video frames from a connected camera.
Locate one or more faces in each frame using YuNet.
Normalise detected faces using facial landmark positions.
Generate numerical face representations using a ResNet34 model.
Match extracted features with registered identities using an SVM.
A functional real-time facial recognition prototype for contactless attendance, capable of identifying multiple people from live camera input at approximately 30 FPS.
View Report