You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the basic docs to create the FaceDetector. However, I'm not quite sure how the bounding box values are evoked, because the values I get are out of range for every mobile device.
Example:
Rect.fromLTRB(1285.0, 2859.0, 3054.0, 4627.0)
I want to add the bounding box to the taken image.
Am I missing something?
The text was updated successfully, but these errors were encountered:
I followed the basic docs to create the FaceDetector. However, I'm not quite sure how the bounding box values are evoked, because the values I get are out of range for every mobile device.
Example:
Rect.fromLTRB(1285.0, 2859.0, 3054.0, 4627.0)
I want to add the bounding box to the taken image.
Am I missing something?
The text was updated successfully, but these errors were encountered: