Junrou Nishida

Results 197 comments of Junrou Nishida
trafficstars

It seems that this issue occurs when the input image is rotated. This is not limited to iOS; the same issue can be reproduced in UnityEditor by specifying `WebCamSource.rotation`. ```diff...

To use FaceEffect, you need to add the necessary bazel target to [the `deps`](https://github.com/homuler/MediaPipeUnityPlugin/blob/bd417bfd463d2da9cae0d9f9f7d29dd9ef4fabe6/mediapipe_api/BUILD#L279-L299), and rebuild it yourself. However, since it does not seem to be officially supported, if you...

I believe the Task API can run on both CPU and GPU. https://github.com/homuler/MediaPipeUnityPlugin/blob/bd417bfd463d2da9cae0d9f9f7d29dd9ef4fabe6/Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Vision/FaceDetector/FaceDetectorOptions.cs#L33-L36 In the sample app, see https://github.com/homuler/MediaPipeUnityPlugin/blob/bd417bfd463d2da9cae0d9f9f7d29dd9ef4fabe6/Assets/MediaPipeUnity/Samples/Scenes/Tasks/Face%20Detection/FaceDetectionConfig.cs#L19-L24

The sample app is written using [a legacy API](https://ai.google.dev/edge/mediapipe/solutions/guide#legacy), and to run it on Android, you need to enable the GPU (although it is probably possible to build it for...

I would like you to ask the author of the forked project. Additionally, the version is too outdated, so I am unable to provide support. At first glance, the cause...

@bitsandfoxes Thank you for your prompt reply. I have just sent the link via email.

We used to build our app with Mono as the scripting backend, but by the time I reported this issue, we had already switched to IL2CPP.

Since there might be some misunderstanding, let me clarify: 1. This issue occurs in IL2CPP builds and has nothing to do with Mono. - I only mentioned having used Mono...

I sent the link at [that time](https://github.com/getsentry/sentry-unity/issues/1799#issuecomment-2345861825). However, since I left the company I was working for back then, I can’t send the link again, sorry.

Maybe the same issue as https://github.com/homuler/MediaPipeUnityPlugin/issues/1223