This project was started in 2022.02 and finished in 2022.06.
Independently implement a real-time face recognition Python project based on CNN convolutional neural network to display and label the captured real-time images and face recognition results on the monitor. Score: 95/100.
- PYNQ Z2 board
- USB Webcam
- Monitor
- A computer with Jupyter Notebook
- Import all packages needed. Download the bitstream.
- Configure the video in/out and HDMI in/out.
- Load and encode the pictures.
- Detect and recognize the faces.
- Release the cache and memory.
- Download the file code.ipynb.
- Turn on the PYNQ Z2 board; USB webcam; monitor. And make sure all components work well.
- Run the code.
- Many, many thanks to my teacher, Prof. Pan.
- Thanks to TA, Dr. Wang and Dr. Huang.