Very high GPU memory utilization in NodeJS demo #512
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm running the code on a Tesla T4 GPU, and running NodeJS examples uses more than 14GB of GPU memory. Is this normal? And is there any way to reduce the memory utilization?
Steps to Reproduce
git clone https://github.com/vladmandic/human
cd human
npm install pipe2jpeg
npm install --dev # installs all project dependencies
npm run build
changed
require('../../dist/human.node.js')
torequire('../../dist/human.node-gpu.js')
node demo/nodejs/node-video.js
Environment
Beta Was this translation helpful? Give feedback.
All reactions