WICG / shape-detection-api

Detection of shapes (faces, QR codes) in images
https://wicg.github.io/shape-detection-api
Other
306 stars 36 forks source link

Add more landmarks of face to DetectedFace #38

Closed fujunwei closed 6 years ago

fujunwei commented 6 years ago

CoreML[1] supports high-performance image analysis and computer vision techniques to identify faces in images and video, and it can detect more landmarks[2] like eyebrow, nose, popuil that is 2D geometry information.

[1] https://developer.apple.com/documentation/coreml [2] https://developer.apple.com/documentation/vision/vnfacelandmarks2d

yell0wd0g commented 6 years ago

Please update the appropriate section of the README.md file as well

fujunwei commented 6 years ago

Thanks, done.

fujunwei commented 6 years ago

Thanks, i file the issue-799319 to track and will continue to implement it.