Mediapipe Object tracking question

I’m trying to track objects using Mediapipe.
Specifically I’m trying to detect a person when the person comes into view.
The HowToUseMediapipe help patch is very useful, but I can’t figure out how to use the data returned. Maybe I just don’t understand categories?

Thanks

G

they return XElement. check the XML help patches; they show how to access values inside those elements.

1 Like

so what is it about Categories that you don’t seem to understand? can you provide a patch that you built that shows where exactly you’re stuck?

Thanks for the help! It’s all about asking the right question! Joreg’s question made me think about what it is that I’m not understanding, and that helped me pinpoint what I needed to learn, and with the help of the gray book I’m good to go!

2 Likes