Aditya Sri Prasad
Aditya Sri Prasad
Yes I did try the tutorial, but I get a blank screen output on running the following code from tutorial, ``` using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using...
Thanks for the response, I did follow every step of the official solution under tutorial. I set the _configAsset to face_mesh_desktop_live, after which I got this output. The reason I'm...
Thanks alot for the built package! I'm able to run the scenes in my editor now. Quick question about Annotations tutorial: Is there a way to annotate the landmarks from...
Thanks for these resources homuler, I'm very new to mediapipe and I really appreciate your patience. I see that the LandmarkProjectionCalculator needs a normalized rect on the input stream. Can...
 Is this the correct way to use the LandmarkProjectionCalculator? If yes, how can I pass in a rect transform of a raw...
Yes, the segmentation in the output becomes out of sync with input after a while.
Hi @homuler, Do you have any leads on what could be causing this bug?
Hey @keijiro, How can I get the list of keypoints for multiple people? Also, Can I limit the number of people being segmented?