2

Anyone know of any python libraries that do real-time hand landmark detection? I know I could use mediapipe but it cannot run on a 64bit raspberry pi.

I can’t find anything online and I really don’t want to create my own model

Comments
  • 0
    Have you installed all the required dependencies? Opencv, ffmpeg, etc.

    If python doesn't work, try the c++ Version and use it as a library.
  • 0
    @max19931 I have but the only way to run mediapipe on a 64bit system is to build it from source and I’m too lazy to do that
  • 0
    What is hand landmark?
  • 1
    @Wisecrack I think key points is another term used. It can detect different locations on your hand (top of finger, middle of finger, bottom of finger, wrist, etc)
Add Comment