thecodermaniac / FaceApi

4 stars 5 forks source link

Multiple face detection from image #7

Open thecodermaniac opened 11 months ago

thecodermaniac commented 11 months ago

Functionality details

  1. add a api endpoint which is able to detect multiple human faces in the image
  2. May use tensorflow ml models for the task or import other 3rd party models
  3. Optional return the bounding box coordinates along with probability of the determing the face

Reference:- object detection

Swarno-Coder commented 11 months ago

@thecodermaniac Assign me. I want to work on this problem totally.

thecodermaniac commented 11 months ago

@thecodermaniac Assign me. I want to work on this problem totally.

  • Multiple Face-Detection using Mediapipe.
  • return bounding box.

assigned