Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- sklearn
- 결측값
- opencv
- index
- 이미지프로세싱
- k-최근접 이웃 분류
- 지도학습
- NULL
- 사이킷런
- 결측치
- 비트와이즈
- dataframe
- 파이썬
- 이미지처리
- tfidfvectorizer
- mask detection
- Supervised learning
- 판다스
- 머신러닝
- ML
- 알파브렌딩
- Deep learning
- dropna
- scikit-learn
- Python
- KNeighborsClassifier
- pandas
- NAN
- computer vision
- 데이터프레임
Archives
- Today
- Total
목록mask detection (1)
Sun.El Data Analysis

마스크 착용/미착용이 라벨링 된 사진 615장을 이용하여 CNN deep learning model을 구축하고 openCV Haar Cascade Face Detection model을 적용하여 카메라 구동하여 mask를 detection 하는 것을 확인함 1. 데이터 준비 마스크 착용 218개 image 마스크 미착용 397개 image 2. 데이터 불러오기 [IN] import cv2,os import numpy as np from tensorflow.python.keras.utils import np_utils import imutils #pip install imutils import pytesseract #pip install pytesseract import tensorflow as tf im..
Deep Learning
2023. 8. 23. 17:13