Skip to content

The wheel package files of Dlib and pip for Python in Window / Dlib 和 pip 安装的 whl 文件

Notifications You must be signed in to change notification settings

coneypo/Dlib_install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install Dlib in Windows/Ubuntu

Install pip

Install latest pip3 for python3:

python3 get-pip.py

In Windows

Open Anaconda prompt in windows, and input follwing commands to install dlib:

pip3 install dlib-19.1.0-cp35-cp35m-win_amd64.whl

In Linux

To install dlib, we recommand building from source code:

git clone https://github.com/davisking/dlib
python3 setup.py install

To install opencv, install from wheel:

# for python3.5
pip3 install opencv_python-4.1.1.26-cp35-cp35m-manylinux1_x86_64.whl

# for python3.7
pip3 install opencv_python-4.1.1.26-cp37-cp37m-manylinux1_x86_64.whl

About

The wheel package files of Dlib and pip for Python in Window / Dlib 和 pip 安装的 whl 文件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages