Nebula4869 / PyQt-face-sign-in-system

Face sign in system GUI based on FaceNet and PyQt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyQt-face-sign-in-system

Face sign in system GUI based on FaceNet and PyQt

Environment

  • python==3.6.5
  • tensorflow==1.12.0
  • opencv-python
  • PyQt5

Getting Started

  1. Download and place pretrained FaceNet .pb model file in "core" Folder.

    Model name LFW accuracy Training dataset Architecture
    20180402-114759 0.9965 VGGFace2 Inception ResNet v1
    20180408-102900 0.9905 CASIA-WebFace Inception ResNet v1
  2. Run "main.py" to start the GUI.

About

Face sign in system GUI based on FaceNet and PyQt

License:MIT License


Languages

Language:Python 100.0%