Description
Detecting faces in an image with the power of mobile machine learning
Summary
- Detecting faces in an image with the power of mobile machine learning Creating accurate machine learning models capable of identifying multiple faces (or other target objects) in a single image remains a core challenge in computer vision, but now with the advancement of deep learning and computer vision models for mobile, you can much more easily detect faces in an image.
- Now let’s jump into some code to see how these above steps look in practice: Draw a Canvas on Detected Faces: In the onDraw method, we need to first create a Paint object and then iterate the list of the Face object.