딥러닝으로 눈 깜빡임 감지기 만들기 - Python, Deep Learning
딥러닝(CNN)을 사용하여 사람의 눈을 뜨고 있는지 감고 있는지 감지하는 인공지능 모델을 만들어봐요!
Source code(Github): https://github.com/kairess/eye_blink_detector
Dependencies:
- Python
- numpy
- Keras
- matplotlib
Download dlib shape_predictor model: https://github.com/davisking/dlib-models/blob/master/shape_predictor_68_face_landmarks.dat.bz2
Dataset (Closed Eyes in the Wild): http://parnec.nuaa.edu.cn/xtan/data/ClosedEyeDatabases.html
Original Blog: http://alexoglou.webpages.auth.gr/wordpress/?p=65
사업 및 개발문의: kairess87@gmail.com
빵형의 개발도상국 후원: https://toon.at/donate/helloworld
Other Videos By 빵형의 개발도상국
2019-02-18 | 딥러닝으로 지문인식 인공지능 만들기 - Python, Deep Learning |
2019-02-10 | CT 영상에서 폐 영역만 뽑아보자! - Python, Deep Learning |
2019-02-04 | 인공지능의 월리를 찾아라! - Python, Deep Learning |
2019-01-30 | 판타지 소설을 쓰는 인공지능? - Python, Deep Learning |
2019-01-22 | 얼굴 점수를 평가하는 인공지능 - Python, Deep Learning |
2019-01-15 | 세계최초 파이썬 강아지 얼굴인식 - Python |
2019-01-12 | 작은 이미지로 큰 이미지 그리기, 이미지 모자이크 - Python |
2019-01-07 | 고흐가 문재인 대통령을 그린다면? Neural Style Transfer - Python, Deep Learning |
2019-01-03 | [데이터분석] 부모의 학력과 자녀의 시험점수의 상관관계 - Python |
2018-12-27 | 저해상도를 고해상도 이미지로 만들기! Super Resolution - Python, Deep Learning |
2018-12-19 | 딥러닝으로 눈 깜빡임 감지기 만들기 - Python, Deep Learning |
2018-12-16 | 자동차 번호판 인식기 - Python, 이미지 프로세싱 |
2018-12-09 | 챗봇으로 나만의 랜선여친 만들기 - Python |
2018-12-03 | 성별과 나이를 맞추는 인공지능 - Python, Deep Learning |
2018-12-02 | 인공지능 웃음 판독기 - Python, Deep Learning |
2018-11-28 | 코드 30줄로 바코드, QR코드 인식 프로그램 만들기 - Python |
2018-11-26 | 코드 50줄로 스캔 프로그램을 만들어보자 - Python, OpenCV |
2018-11-25 | 알파고에게 2048 게임을 시켜보자 - Python |
2018-11-17 | 인공지능이 뱀 게임을 배우게 만들어보자! - Python |
2018-11-15 | 진화 알고리즘으로 그림 그리기 - Python |
2018-11-11 | 인공지능으로 얼굴 인식을 해보자- Python |
Tags: 개발
인공지능
파이썬
이미지처리
python
ai
imageprocessing
deeplearning
machinlearning