mediapipe
mediapipe copied to clipboard
Cross-platform, customizable ML solutions for live and streaming media.
I wish to run the face_effect graph in `graphs/face_effect` through a desktop example through `demo_run_graph_main_gpu.cc`. So, I created a new folder named `face_effect` in `mediapipe/examples/desktop` and added a build file...
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) None ### OS Platform and Distribution windows10 ### Mobile device if the issue...
### MediaPipe Solution (you are using) directly utilize the resulting world coordinate ### Programming language Python ### Are you willing to contribute it None ### Describe the feature and the...
### MediaPipe Solution (you are using) Face Detection ### Programming language C++ ### Are you willing to contribute it Yes ### Describe the feature and the current behaviour/state The MuxCaculator...
This template is for miscellaneous issues not covered by the other issue categories For questions on how to work with MediaPipe, or support for problems that are not verified bugs...
Looks like the face mesh model in the new mediapipe solution has been updated. e.g. There were 468 landmarks before, and now there is 478. I would be interested to...
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) No ### OS Platform and Distribution Ubuntu 22.04 ### Mobile device if the...
### MediaPipe Solution (you are using) Face Lanmarks ### Programming language Python ### Are you willing to contribute it Yes ### Describe the feature and the current behaviour/state ```shell When...
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) No ### OS Platform and Distribution Linux Ubuntu 20.04 ### MediaPipe Tasks SDK...
First, I express my gratitude for the dedication and hard work of all developers! During my self-study time in Mediapipe, I have been familiar with the most of examples from...