react-native-mediapipe
react-native-mediapipe copied to clipboard
A React Native Camera and Player for MediaPipe applications.
Bumps [estree-util-value-to-estree](https://github.com/remcohaszing/estree-util-value-to-estree) from 3.0.1 to 3.4.0. Release notes Sourced from estree-util-value-to-estree's releases. v3.4.0 23b636f Declare there are no side effects in package.json 471b4fe Add support for Float16Array Full Changelog: https://github.com/remcohaszing/estree-util-value-to-estree/compare/v3.3.3...v3.4.0...
Bumps [image-size](https://github.com/image-size/image-size) from 1.1.1 to 1.2.1. Release notes Sourced from image-size's releases. v1.2.1 Fixes fix potential Denial of Service via specially crafted payloads in https://github.com/image-size/image-size/commit/640a67d9e821baee4cb596def8db00627f649dfc Full Changelog: https://github.com/image-size/image-size/compare/v1.2.0...v1.2.1 v1.2.0 This...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.9 to 7.26.10. Release notes Sourced from @babel/runtime's releases. v7.26.10 (2025-03-11) Thanks @jordan-choi and @mmmsssttt404 for your first PRs! This release includes a fix for https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8, a...
I'm trying to use a custom-trained .tflite model with the MediaPipe Object Detection solution, but I'm not receiving any detection results at runtime. The app works fine with pre-trained models...
Hi, I am receiving this error `Frame Processor Error: Exception in HostFunction: java.lang.NullPointerException: null cannot be cast to non-null type kotlin.Double, js engine: VisionCamera` These are the dependencies in my...
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.6 to 3.3.9. Release notes Sourced from rexml's releases. REXML 3.3.9 - 2024-10-24 Improvements Improved performance. GH-210 Patch by NAITOH Jun. Fixes Fixed a parse bug for...
Title: EXC_BAD_ACCESS Fatal Unhandled CEST > XTUM > KERN_INVALID_ADDRESS at 0x1c20 Description: I'm encountering a fatal crash in my app using the pose detection frame processor, where the error is...
Hi, thanks for your great work. I'm newbie for these AI vision stuff. Just asking if we have any resource to learn and understand how we convert bounding box result...