0、首先需要Cmake以及编译C++成python程序的工具

sudo apt-get install libboost-python-dev cmake

1、download dlib19.7 from http://dlib.net/

python2.7 + ubuntu14.4 + dlib19.7

2、unzip the package

tar xvf [filename]

3、install it

sudo python setup.py install 

4、wait to finished

import dlib 

 

OK

 

相关文章:

  • 2021-04-16
  • 2021-11-24
  • 2021-11-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-17
  • 2021-12-27
  • 2021-12-12
  • 2021-06-08
  • 2022-12-23
  • 2022-01-07
  • 2021-11-06
相关资源
相似解决方案