일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
- 웹 용어
- bccard
- 머신러닝
- cudnn
- Keras
- vscode
- classification
- web 개발
- tensorflow
- broscoding
- web 사진
- 자료구조
- 재귀함수
- CES 2O21 참가
- inorder
- paragraph
- KNeighborsClassifier
- web
- C언어
- java역사
- CES 2O21 참여
- discrete_scatter
- mglearn
- 대이터
- 데이터전문기관
- web 용어
- postorder
- pycharm
- html
- 결합전문기관
- Today
- Total
목록[AI]/openCV (24)
bro's coding
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..
# 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
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..