Skip to content

Unofficial C++ APIs for MediaPipe solutions based on MediaPipe's official Python APIs.

License

Notifications You must be signed in to change notification settings

SamanthaBowen/mediapipe-solutions-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unofficial MediaPipe Solutions for C++

This repository is for unofficial C++ APIs for MediaPipe solutions loosely based on MediaPipe's official Python APIs. Currently, this only contains a hand tracking API.

Getting started

You can compile the hand tracking solution and test program with bazel build -c opt --define MEDIAPIPE_DISABLE_GPU=1 mediapipe-solutions:hands mediapipe-solutions:hands-test. Depending on the platform, you may need to have the necessary MediaPipe data files located in the directory specified by the resource_root_dir flag.

About

Unofficial C++ APIs for MediaPipe solutions based on MediaPipe's official Python APIs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published