wolterlw / hand_tracking

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

How to run the hand_tracker.py #25

Closed ila555 closed 4 years ago

ila555 commented 4 years ago

Hi im a newbie. i tried to run the hand_tracker.py but nothing is happened. i run it in Terminal.

wolterlw commented 4 years ago

hand_tracker.py is a module file, you don't run it - you import it. For examples you can click on the Binder badge I put on top of the README. If you have jupyter installed you can run it on your local machine too.