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