Home Ubuntu下安装dlib
Post
Cancel

Ubuntu下安装dlib

本文介绍dlib在ubuntu系统中的安装方法。

在安装之前首先要确定python3已经安装。

安装依赖包和下载代码:

1
2
sudo apt-get install libboost-all-dev
git clone https://github.com/davisking/dlib.git

编译C++ so库

1
2
3
4
5
cd dlib
mkdir build
cd build
cmake .. -DDLIB_USE_CUDA=0 -DUSE_AVX_INSTRUCTIONS=1
cmake --build .

安装python模块

1
2
cd ..
python3 setup.py install --yes USE_AVX_INSTRUCTIONS --no DLIB_USE_CUDA

完毕~

This post is licensed under CC BY 4.0 by the author.
Contents

Ubuntu下Virtualbox添加usb支持

Ubuntu命令行下设置IP