MultiHand-Tracking icon indicating copy to clipboard operation
MultiHand-Tracking copied to clipboard

A python wrapper for Mediapipe's Multi-Hand Tracking

Results 2 MultiHand-Tracking issues
Sort by recently updated
recently updated
newest added

Hi, thanks for the great work! I would like to point out a small mistake in [MultiHandTracker3D](https://github.com/JuliaPoo/MultiHand-Tracking/blob/master/src/multi_hand_tracker.py#L884). In multi_hand_tracker.py, line 884-889, it's transforming 2D coordinates from cropped image back to...

Hi @JuliaPoo , many thanks for providing this Python wrapper for Google's Mediapipe. But I'm wondering if we need to do some post-processing on the depth data rather [concatenate them...