인공지능

    Haar module detection

    1. Harr cascade detection이란? : 이번 챕터에서 face recognition에 대해 다룰 것이다. -> face detection을 위해 Object detection module 또는 Deep learning module(dnn module)이 사용 가능하다. :서로 융합하면 장단점이 있다. -> Object Detection: Haar cascade object detection 사용. -> 장점: 굉장히 빠르게 object detection을 이용한다. 단점: 아무래도 CNN 보다 정확도가 떨어진다. (예외 상황에 인식 힘듦 : 얼굴 돌리거나, 선글라스 낀다던가...) 2. Haar 방식을 이용한 Face detection -> face_cascade/ eyes_cascade..