wolterlw / hand_tracking

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

Improve hand detection aggregation #22

Open wolterlw opened 4 years ago

wolterlw commented 4 years ago

image
Currently hand detections are not aggregated, instead the detection with the largest bounding box size is selected. This often leads to incorrect bounding box rotations, which impedes landmark detection. Accuracy can be approved by implementing non-max suppression or a variation of it.

ausaf-a commented 4 years ago

I'm interested in attempting, is this still active?

wolterlw commented 4 years ago

Sure, you can give it a go.