behzadshomali / Image-Describe-Pipe

This app outputs the name, coordinations, sentiment of each extracted face, and besides a brief description of the scene's context for each input image.
2 stars 0 forks source link

Multi-face recognition #9

Closed behroozomidvar closed 3 years ago

behroozomidvar commented 3 years ago

Let's make sure the solution we pick in #1 be multi-face. While the simpler version of the problem is to recognize one face per image, it is more natural to assume that one image may depict a group of people.

behzadshomali commented 3 years ago

@behroozomidvar yes you are right, it's essential for the model we will pick to support multi-face detection. Fortunately the 2 libraries I mentioned in #2 handle multi-face detection problem.