Sureshda

Results 110 comments of Sureshda

Hi @mch0dmin , could you elaborate this issue to understand better.

Hi @mch0dmin , Models detects box and four keypoint.

Hi @mch0dmin , We don't provide similar models .

Hi @gavel94 , Make sure to set input stream for CPU via frameProcessor.setVideoInputStreamCpu("input_video") where input_video should be the name of the input stream for your graph. That property isn't passed...

Hi @gavel94 , Could you provide code changes to investigate further on this issue.

Hi @gavel94 , I think we need to verify the image input that the client is providing. Can you verify following questions while inputting images. 1)Could you verify that you...

Hi @Gojo1729 , MediaPipe graphs will queue/drop frames when the input is faster than the system can handle. The more powerful the device (or more simple the graph), the less...

Hi @dilldilldill , Could you provide steps to reproduce this issue.

Hi @Woong0416 , MediaPipe solutions has official document on understing how solutions works on different platforms , please refer [this](https://google.github.io/mediapipe/solutions/holistic.html) document and revert back if you have any questions.

Hi @Woong0416 , For python you can create your own graph using the calculators and execute as mentioned here https://google.github.io/mediapipe/getting_started/python_framework.html#graph. Have you looked at these closed issues https://github.com/google/mediapipe/issues/2761 and https://github.com/google/mediapipe/issues/507.