googlesamples / ios-vision

Apache License 2.0
93 stars 40 forks source link

FaceDetector is not detecting smile on camera preview #23

Closed kamranbasher closed 6 years ago

kamranbasher commented 6 years ago

Smile detection on images is working good but not on camera preview. face.hasSmilingProbability is returning false and face.smilingProbability is 0. Please help

kamranbasher commented 6 years ago

I just solved it by adding

GMVDetectorFaceClassificationType : @(GMVDetectorFaceClassificationAll)

in the options of GMVDetector (faceDetector).

Cemoo commented 6 years ago

Thanks @KamranB