Upgrade to Pro — share decks privately, control downloads, hide ads and more …

ML Kit : Face contour detection

ML Kit : Face contour detection

Firebase Summit Extended 2018

Kajornsak Peerapathananont

December 02, 2018
Tweet

More Decks by Kajornsak Peerapathananont

Other Decks in Technology

Transcript

  1. Thailand Face Detection • Recognize facial features • Recognize facial

    expressions • Face tracking • Real-time processing
  2. Thailand - hasRightEyeOpenPropbability - RightEyeOpenPropbability - landmarkType - position -

    hasLeftEyeOpenPropbability - leftEyeOpenPropbability - landmarkType - position smilePropbability Face Landmarks
  3. Thailand let options = VisionFaceDetectorOptions() options.performanceMode = .accurate options.landmarkMode =

    .all let faceDetector = vision.faceDetector(options: options) let options = VisionFaceDetectorOptions() options.performanceMode = .accurate options.contourMode = .all let faceDetector = vision.faceDetector(options: options)