Junrou Nishida
Junrou Nishida
I'm so sorry, I overlooked this issue. > Is it correct to get the value from HandLandmarkerResult? Yes. > Are there any samples related to this? Here is the sample...
@fengkan > Is this output supposed to be correct? I think `pose_landmarks` is out of sync with the input image (maybe that's why you're posting on this thread). > What...
Probably, it's not correct, since bazel can overwrite these files. You need to save the patch and apply it (`git apply`). However, unfortunately, the patch I've shared is stale and...
@fengkan Thank you for reporting it!
Thank you. It seems like the situation has changed, so I will close this issue. If there is a similar problem with a new solution, I will create a new...
Please see https://github.com/homuler/MediaPipeUnityPlugin/issues/1052#issuecomment-1879599308. Could you please tell me what prevents you from running this plugin on multi-thread? > But it seems to be running on the main thread alone/mostly. MediaPipe...
How about using UniTask? I'm not sure where you're feeling the difficulty, but I think either: - Instead of waiting for inference to finish, receive the inference results via a...
Please read https://github.com/homuler/MediaPipeUnityPlugin/wiki/Getting-Started#coordinate-system and https://github.com/homuler/MediaPipeUnityPlugin/wiki/Getting-Started#get-landmarks first.
Since it depends on the app, I'm not sure, but is it correct to use [`localPosition`](https://docs.unity3d.com/2022.3/Documentation/ScriptReference/Transform-localPosition.html)?
With this plugin, you can get the hand positions within images. However, what you do with that data is up to you. Therefore, I'm open to questions up to the...