Charles P
Charles P
The segmentation mask for each pose is a 2d array of values, an image essentially, which represents the mask. This obviously should not be transferred across the native js boundary...
RNVC is constantly shipping new versions. We have patches for older versions that may or may not be necessary (and thus have to be recreated) with the newer versions Rough...
We want to allow anyone to join our discord, but we want to keep our own internal conversations private. Also: Most OSS discord servers I see have an announcements channel,...
The initial example application for face landmarks will include the camera tab, but the photo tab will need to also be updated to do some drawing.
`detectOnVideo` is not implemented in [ios](https://github.com/cdiddy77/react-native-mediapipe/blob/2effd66e532aff8dcc201f36dda70c470872494a/ios/objectdetection/ObjectDetectionModule.m#L37) and [android](https://github.com/cdiddy77/react-native-mediapipe/blob/2effd66e532aff8dcc201f36dda70c470872494a/android/src/main/java/com/reactnativemediapipe/objectdetection/ObjectDetectionModule.kt#L112)
On the [Installation page](https://cdiddy77.github.io/react-native-mediapipe/docs/intro) we aren't configuring to the OS, we are configuring to the target device OS, which is either iOS/Android  This screenshot shows that you are using...
The inference times grow, on both android and ios to a point that the drawing is seconds behind the camera frame.
in the [object detection tutorial](https://cdiddy77.github.io/react-native-mediapipe/docs/api_pages/object-detection/)  better might be something like: ```sh mkdir android/app/src/main/assets ```