Face Recognition Based on MTCNN and MobileFaceNet
2020-07-19
197 views
深度学习
TensorFlow
Facial Recognition
Deep Learning
Tensorflow
MTCNN
MobileFaceNet
Your project has designed a deep learning-based face recognition system with a front-end and back-end separated implementation. This system includes a front-end page and a back-end service, which can be used for face registration and real-time face recognition. Below are detailed analysis and improvement suggestions for your code: ### Front-end Part 1. **HTML Template**: - You have already created a simple `index.html` file in the `templates` directory to provide the user interface. - Some basic CSS styles can be added.
Read More