This system implements face recognition based on YOLOV5s + ArcFace/FaceNet. The YOLOV5s model is used for face detection, ArcFace/FaceNet is used for face recognition, and PySide2 + Qt Designer is used to design the system UI.
This is an example of how you may set up your project locally. To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/qqizhao/FaceRecognitionSys- Start the system
python login.py
python window.py # If you do not need to upload the recognition results to the database, you can directly run window.py
