일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- 결합전문기관
- web 개발
- tensorflow
- C언어
- paragraph
- bccard
- pycharm
- 자료구조
- CES 2O21 참가
- CES 2O21 참여
- postorder
- discrete_scatter
- 데이터전문기관
- KNeighborsClassifier
- broscoding
- classification
- web
- web 용어
- mglearn
- 머신러닝
- Keras
- html
- java역사
- 재귀함수
- vscode
- web 사진
- 웹 용어
- 대이터
- cudnn
- inorder
- Today
- Total
목록[AI]/openCV (24)
bro's coding
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/rTHfW/btqEXKFEdqI/85niybjrbWZBvp4VVvn7vK/img.png)
https://broscoding.tistory.com/281 # USAGE # python detect_blinks.py --shape-predictor shape_predictor_68_face_landmarks.dat --video blink_detection_demo.mp4 # python detect_blinks.py --shape-predictor shape_predictor_68_face_landmarks.dat # import the necessary packages from scipy.spatial import distance as dist from imutils.video import FileVideoStream from imutils.video import VideoStream fro..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/3Buj8/btqEYaRl7eU/kGPtUFHw2lC2fAJrn81DxK/img.png)
# install for dlib in cmd # pip install cmake # pip install dlib import dlib import cv2 as cv import numpy as np detector = dlib.get_frontal_face_detector() # down learnning model from this site # http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2 predictor = dlib.shape_predictor('C:\\Users\\givemebro\\Desktop\\shape_predictor_68_face_landmarks.dat') cap = cv.VideoCapture(0) ALL = l..
pip install cmake pip install dlib # !pip install dlib
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/vb1KH/btqETnuSjqo/SVeBqSVoDrcQuOTbgfX930/img.png)
1.visualstudio download ver.2017 https://visualstudio.microsoft.com/ko/ Visual Studio IDE, 코드 편집기, Azure DevOps 및 App Center - Visual Studio Visual Studio 개발자 도구 및 서비스로 모든 플랫폼에서 어떤 언어로든 앱 개발을 쉽게 할 수 있습니다. Mac 및 Windows 코드 편집기, IDE 또는 Azure DevOps를 체험해 보세요. visualstudio.microsoft.com 2. openCV source code download https://github.com/opencv/opencv_contrib/releases/tag/4.0.0 opencv/opencv_contrib R..