Dlib 各个系统安装流程。
OSX 系统
安装
1 | brew install boost-python |
验证
1 | python |
Ubuntu 系统
安装
1 | sudo apt-get install libboost-python-dev cmake |
报错解决
问题:
1 | /opt/libs/dlib/dlib/base64/../algs.h:313: error: expected constructor, destructor, or type conversion before ‘bool’ |
解决:
1 | g++, gcc 版本不对 |
Ubuntu 系统
1 | sudo apt-get install libcv-dev or libopencv-devpy |