Head vs breakz
[IT] - python face-recognition 설치 방법 본문
1. 가상환경 만들고 시작
conda creat -n 가상환경이름
conda activate 가상환경이름
2. 가상환경에 설치
conda install numpy
conda install pillow
conda install opencv
conda install scipy
conda install cmake
conda install -c conda-forge dlib
conda install -c akode face_recognition_models
#위에코드가 안되면
pip install --no-dependencies face_recognition
'Head > IT' 카테고리의 다른 글
[IT] - React / node.js , npm , vscode 설치 (0) | 2020.08.04 |
---|---|
[IT] - xshell에서 aws 사용을 위한 설정 (0) | 2020.05.01 |
[IT] - HTML (0) | 2020.02.27 |
Comments