face-recognition

  1. 安装Anaconda
  2. 新建python3.6的虚拟环境
    conda create --name FaceRec python=3.6
    conda activate FaceRec
  3. 安装cmake
    python -m pip install cmake
  4. conda install -c conda-forge dlib
  5. pip install face_recognition
  6. pip install --upgrade setuptools
  7. pip install numpy Matplotlib
  8. pip install opencv-python==4.5.3.56 -i https://pypi.tuna.tsinghua.edu.cn/simple
posted @ 2024-11-11 19:59  zzzzzzz286972  阅读(15)  评论(0编辑  收藏  举报