Junrou Nishida

Results 197 comments of Junrou Nishida
trafficstars

I'm sorry if you already know how to resolve the build error. I'm not sure because I can't test it in the same environment, but I think you also need...

If `ProgramData` is set, I can build it successfully. ```diff diff --git a/examples/cmake_hello_world_lib/static/BUILD.bazel b/examples/cmake_hello_world_lib/static/BUILD.bazel index b32e9ad..8c909f8 100644 --- a/examples/cmake_hello_world_lib/static/BUILD.bazel +++ b/examples/cmake_hello_world_lib/static/BUILD.bazel @@ -13,9 +13,12 @@ filegroup( # Shows a standard...

@dayowoo The code no longer works because MediaPipe is updated. Can you still reproduce this issue in the latest version?

closes since the KNIFT support has ended. cf. https://github.com/google/mediapipe/blob/master/docs/solutions/knift.md

Is the official sample app running successfully? If it runs, how much difference in memory consumption is there compared to the app that crashes?

I mean [the MediaPipe official sample](https://developers.google.com/mediapipe/solutions/setup_ios).

How about disabling segmentation mask? https://github.com/homuler/MediaPipeUnityPlugin/blob/251ebd350c5e74cfcbc1f37a68d73dfb9a833f95/Assets/MediaPipeUnity/Samples/Scenes/Pose%20Tracking/PoseTrackingGraph.cs#L27

If there is a way to make it work, I think the following approach would be effective: 1. Upon receiving the segmentation mask (e.g. `ImageFrame`), use `TryReadChannelNormalized` to copy the...

Although there remain some known bugs, but to be honest, it's fine to release at any time. There are some breaking changes, so I'm trying to include other breaking changes...

> We have tested also the v.0.14.0 version, but the behavior is exactly the same. Have you tried the PoseLandmarker API? > Any additional suggestions would be greatly appreciated. I...