VisionFaceDetection icon indicating copy to clipboard operation
VisionFaceDetection copied to clipboard

An example of use a Vision framework for face landmarks detection in iOS 11

Results 5 VisionFaceDetection issues
Sort by recently updated
recently updated
newest added

issue https://github.com/DroidsOnRoids/VisionFaceDetection/issues/5

I think that detecting a face rectangle before detecting a landmark it's not necessary

Revision: if let points = landmark?.normalizedPoints, let count = landmark?.pointCount { But getting more errors: Cannot convert value of type '[CGPoint]' to expected argument type 'UnsafePointer' (aka 'UnsafePointer')

here, points is required to convert as normalizedPoints. But doing so convert method is throwing an error. There must be some silly mistake. But I am not able to decode...

I made modification to the Swift code, and somewhat works, however I am getting unstable result, actually flickering non stop on all the CALayerPath. I am testing it with image...