机器学习——小白学习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

posted @ 2020-06-08 07:30  cfancy  阅读(198)  评论(0编辑  收藏  举报