TomSteward
TomSteward
Can you provide the sample image you're trying to detect the face with ?
Can you also provide your FaceDetector configuration? Can you also try the following configuration? FaceDetector detector = new FaceDetector.Builder(context) .setTrackingEnabled(true) .setMode(FaceDetector.ACCURATE_MODE) .setLandmarkType(FaceDetector.ALL_LANDMARKS) .build();
Hi there! Thank you for trying out the API. Let's see can I help you solve the issue. First, I want to confirm how to reproduce the issue you're having:...
Hi, The sample apps are open sourced but not the GoogleMobileVision pod. Sorry for the confusion. The license agreement for the framework can be found here, https://developers.google.com/terms/.