• Stars
    star
    288
  • Rank 142,988 (Top 3 %)
  • Language
    Python
  • Created over 6 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

基于TensorFlow的人脸识别卷积神经网络

FaceRecognition

基于TensorFlow的人脸识别卷积神经网络

一、运行环境:

系统: window或linux

软件: python 3.5、tensorflow

二、python支持库:

1.tensorflow:

pip install tensorflow

2.numpy:

pip install numpy

3.opencv:

pip install opencv-python

4.dlib:

pip install dlib