wolterlw / hand_tracking

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

When "No hands found", it returned 3 "None", cauced: too many values to unpack (expected 2) #12

Closed ccl-private closed 4 years ago

faresbs commented 4 years ago

in the call method in hand_tracker.py simply replace the 3 return Nones by only 2 Nones.