[PYTHON] Installation of dlib, cv2

Nowadays, if you know the command, you can do it in an instant.

cv2

python


pip install opencv-python

dlib If you write it in the Dockerfile, do as follows.

python


RUN apt-get update && apt-get upgrade -y && \
    apt-get install -y --no-install-recommends \
    curl \
    cmake \
    cmake-curses-gui \
    cmake-gui \
    git \     
    gobject-introspection \
    libbz2-dev \
    libcairo2-dev \
    libgirepository1.0-dev \
    libreadline-dev \
    libsqlite3-dev \
    lbssl-dev \
    cmake \
    

RUN pip install dlib

Recommended Posts

Installation of dlib, cv2
Installation of Anaconda3
Installation of CentOS 8
Installation of OpenMDAO (version 1.7.1)
Introduction of ferenOS 1 (installation)
Installation of Python 3.3 rc1
Installation of matplotlib (Python 3.3.2)
Reinforcement learning 2 Installation of chainerrl
Installation of ChEMBL webresource client
Installation of SciPy and matplotlib (Python)
Installation of OMC Cloud Agent --Linux-
Easy installation of OpenCV on RaspberryPi 3+
Installation of scikit-learn (Mac OS X)
Installation and easy usage of pytest
Introduction of ferenOS 3 (package update, installation)
Installation of Visual studio code and installation of python
Summary of Oracle Database XE installation procedure
Installation of psutil fails on MacOS Cataline
[MacOS] Installation of Go (Go language) using goenv
Introduction to Scapy ① (From installation to execution of Scapy)