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
- 파이썬
- k-최근접 이웃 분류
- Python
- sklearn
- 이미지프로세싱
- tfidfvectorizer
- ML
- Deep learning
- KNeighborsClassifier
- mask detection
- Supervised learning
- NULL
- opencv
- pandas
- 결측치
- 머신러닝
- computer vision
- 결측값
- NAN
- 알파브렌딩
- scikit-learn
- 지도학습
- index
- 비트와이즈
- dataframe
- dropna
- 데이터프레임
- 이미지처리
- 사이킷런
- 판다스
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