react-native-face-detection
react-native-face-detection copied to clipboard
react-native face detection using Google ML Kit
Failing: [RUN_GRADLEW] FAILURE: [RUN_GRADLEW] Build failed with an exception. [RUN_GRADLEW] * What went wrong: [RUN_GRADLEW] Could not determine the dependencies of task ':react-native-face-detection:bundleLibCompileToJarDebug'. [RUN_GRADLEW] > Could not create task ':react-native-face-detection:compileDebugJavaWithJavac'....
I use `react-native-image-picker` module and its `launchImageLibrary` and `launchCamera` methods to get selfie photo, but on apple devices (iphone and ipad) `react-native-face-detection` doesn't find faces. But images with faces from...
When I tried to use the FaceDetection.processImage(imagePath, { landmarkMode: FaceDetectorLandmarkMode.ALL, contourMode: FaceDetectorContourMode.ALL }); the faceCountours, landmarks return empty arrays. Please help me, thank you.
i was trying to run my project but its gives this error . i also install the library react-native-face-detection
Hello, So i'm trying to pass this path: ' /var/mobile/Containers/Data/Application/EF33D3D7-49BB-466F-B807-8FF88AC72490/Documents/MyApp/image.jpg ' to processImage function, and i get this error: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL...
The native android package output format was mismatched with the objects defined in typescript. The typescript definition expected objects, while the native module output was float list. Fixed it by...
Countour detection in android incorrectly checked "classification_mode" key. We now fix this by getting the correct "contour_mode" key, and performing contour detection based on it.
Hello @nonth, I am started using this package few days ago. It works perfectly fine in debug and release mode. But while uploading build in testflight apple reject the build...