question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to improve performance holistic graph on windows10?

See original GitHub issue

Hi All,

I’ve made app what is translator for deaf person with mediapipe. Origin was made with python. And I migration it to Unity for more features. I tested holistic graph with plugin. It works however performance is worst than python. I don’t know why delay it. like below image.

image

I feel delay time almost over 1sec. So I changed code PushInput slowly.

if (delta > 1f / 20f)
{
  graph.PushInput(nextFrame).AssertOk();  
  graph.RenderOutput(webCamScreenController, nextFrame);
  delta = 0;
}

image

It is better than before although after several seconds. It was made delay, too. I don’t need high speed. I just want to exactly same output data and video. Anyone has other idea?

Thanks,

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
ROBYER1commented, Aug 20, 2021

I just rolled back to Mediapipe 0.8.4 here and rebuilt as it was the most stable. https://github.com/homuler/MediaPipeUnityPlugin/commit/24576ce968c05c748c1ed56f82866c30ea9190d4

Seems in versions after where they added 3d pose points, a lot of latency was added

0reactions
homulercommented, Sep 26, 2021

Fixed by #296

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to increase PC performance and get the most out of ...
The simplest way to find the Windows 10 Graphics settings screen is to type “graphics settings” into the desktop search box and then...
Read more >
Increase Task Manager performance view beyond 60 ...
Increase Task Manager performance view beyond 60 seconds ... You can get to 4 minutes using the view tab > update speed >...
Read more >
Frames Per Second: 10 Ways to Boost FPS Windows 10 ...
When you get a high FPS, you will see many frames each second, which makes the images smoother and more natural. This is...
Read more >
25 Ways to Optimize Your Windows 10 PC for Gaming
To do that, click on the icon and drag the slider over to the 'Best performance' option. Optimize Your Windows 10 PC For...
Read more >
Optimizing Windows 10, version 1909, for a Virtual Desktop ...
Policy Setting Item Sub‑item Network List Manager policies All networks properties Network location *Control Panel Allow online tips Background Intelligent Transfer Service (BITS) Allow BITS Peercaching...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found