首先说明,我的环境是WIN10 + python3.6。我的安装方法不像其他博客说的那样,需要先安装vs。直接pip Cmake, 然后网上下个dlib的轮子,安装好dlib之后,直接pip 安装face_recognition就完成了。

  1. 首先pip install Cmake
  2. pypi下个dlib轮子(https://pypi.org/project/dlib/18.17.100/#files),pip install dlib轮子的路径
  3. pip install face_recognition
  4. Win10 + python安装face_recongnition

     

相关文章:

  • 2021-04-23
  • 2022-02-08
  • 2021-10-18
  • 2021-11-29
  • 2021-12-19
  • 2021-07-27
  • 2022-01-18
猜你喜欢
  • 2021-11-29
  • 2021-05-21
  • 2021-06-16
  • 2021-09-05
  • 2021-12-08
  • 2021-09-22
  • 2021-05-31
相关资源
相似解决方案