机器学习——小白学习Linux(三)安装dlib

 # for Ubuntu

step 1. 安装相关依赖

sudo apt-get install build-essential cmake

sudo apt-get install libgtk-3-dev

sudo apt-get install libboost-all-dev

 

step 2. 安装 dlib

pip install dlib


#for windows(anaconda环境)

conda install -c conda-forge dlib
conda install -c conda-forge/label/cf201901 dlib



 

参考链接:https://www.zhihu.com/question/34524316/answer/182278536

                    https://blog.csdn.net/mhsszm/article/details/87774077

原文地址:https://www.cnblogs.com/cfancy/p/13063525.html