sealzjh / face_recognize

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Recognize with Pytorch CNN

install

  • $ mkvirtualenv face_recognize
  • $ pip install -r requirements.txt

catch face data for train

  • $ python main.py catch 0 # one man's face
  • $ python main.py catch 1 # the other's

train

  • $ python main.py train

recognize face

  • $ python main.py predict

关注公众号: laojuxueji

About


Languages

Language:Python 100.0%