deeplearning

    DNN 모듈 집중 분석

    1. DNN모듈이 무엇인가? 2. DNN 모듈로 얼굴을 인식할때 사용할 framework 3. DNN module과 Caffe framework로 face detection 처리 4. DNN module로 동영상 face detection 처리 4. DNN module을 이용한 face recognition 의 결과 분석 및 한계점 1. what's DNN module? -> 단순한 object detect 모듈인 Haar 모듈 만으로는 퍼포먼스나 얼굴을 인식해내는 측면에서 한계가 분명히 존재한다. 따라서 좀 더 성능을 향상시키기 위해 딥러닝 모듈인 deep neural network module(이하 dnn 모듈)을 도입할 수 있다. (2017.8월에 나온 모듈) : dnn 모듈이 개발됨으로써 comp..