출입자 얼굴인식 프로젝트
462
작성한 질문수 7
안녕하세요.
pip install dlib를 하기전에
CMake라는 것을 설치해야 하는데 과정에 없어서 알려드립니다.
저는 아래를 참고로 설치했습니다.
https://stackoverflow.com/questions/41912372/dlib-installation-on-windows-10
Windows Dlib > 19.7.0
- Download the CMake installer and install it: https://cmake.org/download/
-
Add CMake executable path to the Enviroment Variables:
set PATH="%PATH%;C:\Program Files\CMake\bin"note: The path of the executable could be different from
C:\Program Files\CMake\bin, just set the PATH accordingly.note: The path will be set temporarily, to make the change permanent you have to set it in the “Advanced system settings” → “Environment Variables” tab.
-
Restart The Cmd or PowerShell window for changes to take effect.
- Download the Dlib source(.tar.gz) from the Python Package Index : https://pypi.org/project/dlib/#files extract it and enter into the folder.
-
Check the Python version:
python -V. This is my output:Python 3.7.2so I'm installing it for Python3.x and not for Python2.xnote: You can install it for both Python 2 and Python 3, if you have set different variables for different binaries i.e:
python2 -V,python3 -V -
Run the installation:
python setup.py install
답변 1
0
안녕하세요?
좋은 내용 감사합니다.
OpenCV과정에서 Cmake설치해 둬서 해당내용을 빠뜨렸나보네요.
그런데 보통은 Cmake로 dlib의 소스를 컴파일 하지 않고
pip install cmake
pip install dlib
명령으로 packge만 설치해도 실행됩니다.
만약 안될 경우나 확실히 할 경우에는 Cmake로 dlib의 소스를 컴파일할 수 있습니다.
해당 강의내용 보완해 두도록 하겠습니다.
감사합니다.
RBP_DL01_Raspberry pi inatall 문서 다운로드위치는?
0
72
1
강의 자료 다운관련 문의 드립니다.
0
131
1
강의자료를 크리애플 홈페이지에서 찾을 수 없네요..
0
374
1
64bit picamera 관련 질문
0
893
1
라즈베리파이 firebase 설치오류
0
538
0
도와주세요
0
343
1
64비트에서는 안되는건가요?
0
308
1
코드 크리애플 홈피에 없는데 어디있나요
0
382
1
답변 부탁드려요.
0
242
1
자료 강의 구매해야하던데, 답변 부탁드려요
0
325
0
현재 인프런에서 강의 듣고 있는데 자료가 없습니다. 자료 공유관련 답변 부탁드립니다.
0
341
2
라즈베리파이 hdmi 케이블
0
465
1
안녕하세요 크리애플 구독관련해서 질문드립니다.
0
213
0
강의 업데이트 부탁드립니다. 텐서플로워 설치가 안됩니다.
2
440
1
pygame 설치 오류
0
449
0
소스코드 다운 받으려면 결제를 해야 하나요?
0
204
1
얼굴 인식 정확도
0
299
1
import dropbox 오류
0
205
1
conda install -c conda-forgo dlib 오류
0
386
1
라즈베리파이에서 RBP_DL21_YOLO_car.py 실행시
0
219
1
주차장차량세기 picamera
0
218
1
강의와 다른 라즈베리파이 홈페이지
0
340
1
ModuleNotFoundError: No module named 'cv2' (해결)
0
6069
2
no module named 'cv2'
0
756
4





