wolterlw / hand_tracking

Minimal Python interface for Google's Mediapipe HandTracking pipeline
Apache License 2.0
148 stars 37 forks source link

hands tracking #14

Closed faresbs closed 4 years ago

faresbs commented 4 years ago

Hi,

I have a dataset of sequences of images (contain right/left hands) and i want to use mediapipe to extract hand regions from these images (both right and left hand or simply the right hand) and then save the hand regions in a destination folder. I used the hand_tracker script to extract the hands. however, i've noticed that the model sometimes fails to track the same hand. You mentioned here https://github.com/wolterlw/hand_tracking/issues/4#issuecomment-568489055 that hand_tracker2.py supports multiple hands tracking. How can i use that script to keep track of the correct hand (right hand) for a given sequence of frames? @wolterlw @AmitMY

i appreciate any feedback, thank you.

wolterlw commented 4 years ago

Yes, I'm building the tracking pipeline specifically for keeping track of hand ordering. I'll upload it after the holidays.

wolterlw commented 4 years ago

check out the multihand branch