얼굴 인식 알고리즘 성능 비교 - Python, Deep Learning

Subscribers:
55,400
Published on ● Video Link: https://www.youtube.com/watch?v=WL7xAJGnx_I



Duration: 1:47
11,179 views
73


현재 실제 상용 프로그램에서 쓰이는 5개의 얼굴 인식 알고리즘의 성능 분석을 해봅니다!

Source code(Github): https://github.com/kairess/face_detection_comparison

사용한 알고리즘
- OpenCV DNN face detector: models/opencv_face_detector_uint8.pb
- Haar cascade: models/haarcascade_frontalface_default.xml
- Dlib frontal face detector
- MTCNN: https://github.com/ipazc/mtcnn
- Dlib cnn_face_detection_model_v1: models/mmod_human_face_detector.dat

Dependencies:
- Python
- OpenCV
- dlib
- mtcnn https://github.com/ipazc/mtcnn
- Tensorflow

사업 및 개발문의: kairess87@gmail.com
빵형의 개발도상국 후원: https://toon.at/donate/helloworld




Other Videos By 빵형의 개발도상국


2019-05-29남은 주차공간을 알려주는 인공지능 - Python, Deep Learning
2019-05-25세계 최고 성능의 얼굴 방향 및 랜드마크 인식 모델 - Python, Deep Learning
2019-05-18도마뱀을 위한 스마트 사육장 만들기! - 아두이노
2019-05-11물가를 예측하는 인공지능 - Python
2019-05-05라즈베리파이로 CCTV 만들기 - Python
2019-04-28최소 손실 사진 크기 리사이즈 - Python
2019-04-20사진에서 물체를 삭제하는 인공지능 - Python, Deep Learning
2019-04-04영화 추천 인공지능 만들기 - Python
2019-03-27해리포터 투명망토 만들기 - Python, OpenCV
2019-03-19사진을 합성하는 인공지능 만들기! - Python, Deep Learning
2019-03-10얼굴 인식 알고리즘 성능 비교 - Python, Deep Learning
2019-03-10인공지능 작곡 프로그램, 마르코프 체인 - Python
2019-03-03랜덤 작곡 프로그램 만들기 - Python
2019-02-26스마트폰 하나로 스위처 해부해버리기!
2019-02-21파이썬으로 런치패드 가지고 놀기!
2019-02-18딥러닝으로 지문인식 인공지능 만들기 - Python, Deep Learning
2019-02-10CT 영상에서 폐 영역만 뽑아보자! - 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



Tags:
개발
인공지능
파이썬
이미지처리
python
ai
imageprocessing
deeplearning
machinlearning
facedetection
facedetector