Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 427 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 427 Bytes

Face Recogniton System

It is a face recognition system using mtcnn and arcface demo.gif

Dependence

  • numpy
  • opencv
  • pytorch
  • pyqt5

Usage

  1. download arcface model and put it to libs/arcface/weight
  2. run python main.py

Reference