ortegatron / hand_standalone

Standalone hand detector python wrapper for OpenPose
53 stars 15 forks source link

can it track both hands? #3

Open JaeDukSeo opened 5 years ago

ortegatron commented 5 years ago

Only left hands are tracked. To track both, you should change the hand object detector so that it can distinguish whether the hand is left or right. So you will need to retrain it with examples of hands and for each hand a label saying "right" or "left"