vision-camera-face-detector icon indicating copy to clipboard operation
vision-camera-face-detector copied to clipboard

Bug frameprocessor on ios

Open gh-pro opened this issue 2 years ago • 3 comments

Hello, your plugin is still maintained? its not work on ios face.

gh-pro avatar Jun 22 '22 07:06 gh-pro

Discovered this as well. For the bounds and contours only an empty object is returned. There is also a typo: cotours instead of contours.

What is returned in my case:

{
   "bounds":{},
   "cotours":{},
   "leftEyeOpenProbability":0.9956856369972229,
   "pitchAngle":-0.6998197436332703,
   "rightEyeOpenProbability":0.998312771320343,
   "rollAngle":-0.9800887107849121,
   "smilingProbability":0.002938583493232727,
   "yawAngle":-0.49999624490737915
}

On android everything works as intended...

calvin-f avatar Jul 06 '22 07:07 calvin-f

A lot of the features which are missing in the latest release 0.1.8 are already implemented.

Try to install the package directly from master until a new release is triggered: yarn add https://github.com/rodgomesc/vision-camera-face-detector

calvin-f avatar Jul 06 '22 08:07 calvin-f