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