Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Face Recognition with CNN

Hello everyone, I am trying to develop realtime face recognition using neural networks. I have read several answers in this forum, such as using the dnn module of opencv, caffe model. But I am still confused about the steps, so far I have written the steps as follows:

  1. prepare a face dataset to train face detection
  2. prepare a recognizable face dataset
  3. train the system to detect faces using haar or lbp cascade classifiers
  4. train the system to recognize faces based on detected faces using cnn

My question is :

  1. Is it possible to create a real time face recognition application using CNN to train face detection and face recognition using OpenCV?
  2. If possible, what do I need? and are my steps correct?

Thanks in advance :)