python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Cant print X coords of landmark while from video, but can while from photo Mediapipe
I want to print the coords of a landmark from webcam, but I keep getting the error that "NoneType" object is not subscriptable, but when I change the code just a bit, to get the same coord o...
Teodor Apostol
Votes: 0
Answers: 0
How to use mediapipe graphs like the mediapipe API-s
I'm struggling to understand how am I meant to interact with the "graph" and "calculator" stuff from the mediapipe library. More specifically, I'd like to write some Android code t...

Kacperito
Votes: 0
Answers: 1
Mediapipe image pose estimation ERROR: No subgraph in the model CalculatorGraph::Run() failed in Run
I do like to estimate the pose from an image using MediaPipe, Following their Tutorial I'm getting this error:
ERROR: No subgraph in the model
CalculatorGraph::Run() failed in Run
while doing that!
...

Bilal
Votes: 0
Answers: 1
Value is continuously increasing when the condition is true. Mediapipe library
When the condition is true my counter value is increasing continuously instead of only one value. If angle is greater than 90 degree it keeps increasing like 1,2,3,4,5 instead of 1 than 2 than 3
Shoul...
Luqman Ahmed
Votes: 0
Answers: 1