본문 바로가기
IT 와 Social 이야기/Python

[빵형의 개발도상국] 얼굴 인식 알고리즘 성능 비교 - Python, Deep Learning

by manga0713 2019. 7. 1.

 

 

 

 

#이미지인식 #얼굴인식 #알고리즘 #딥러닝 #파이썬 #DL #Python

 

- 5개의 얼굴인식 알고리즘 성능 분석

 

- #OpenCV
- #dlib
- #mtcnn
- #Tensorflow

 

○ 사용한 알고리즘

- 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