You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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') to require('../../dist/human.node-gpu.js')
node demo/nodejs/node-video.js
Environment
Human library version? v3.3.4
Browser or NodeJS and version (e.g. NodeJS 14.15 or Chrome 89)? Nodejs v20.18.1
OS and Hardware platform (e.g. Windows 10, Ubuntu Linux on x64, Android 10)? Ubuntu 20.04
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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