[PYTHON] Installation von dlib, cv2

Wenn Sie den Befehl kennen, können Sie ihn heutzutage sofort ausführen.

cv2

python


pip install opencv-python

dlib Wenn Sie es in die Docker-Datei schreiben, gehen Sie wie folgt vor.

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 von dlib, cv2
Installation von Anaconda3
Installation von CentOS 8
Installation von OpenMDAO (Version 1.7.1)
Einführung von ferenOS 1 (Installation)
Installieren von Python 3.3 rc1
Installation von matplotlib (Python 3.3.2)
Stärkung des Lernens 2 Installation von Chainerrl
Installieren des ChEMBL-Webresource-Clients
Installation von SciPy und matplotlib (Python)
OMC Cloud Agent installieren --Linux-
Einfache Installation von OpenCV auf RaspberryPi 3+
Installation von scikit-learn (Mac OS X)
Einführung von ferenOS 3 (Paketaktualisierung und Installation)
Installation von Visual Studio Code und Installation von Python
Zusammenfassung des Installationsverfahrens für Oracle Database XE
MacOS Cataline kann psutil nicht installieren
Einführung in Scapy ① (Von der Installation bis zur Ausführung von Scapy)