How to use face recognition in real applications?
I took a machine learning and computer vision course and learned how to implement a face recognition algorithm. But we used pictures of the same size on which there was only a face. I still don't understand how to make this work in real life. If I have images of different sizes and I don’t know where exactly the face is. Or maybe there is more than one face. How can I implement this?