frankier / skelshop

📺 📰 🧑‍💼 Toolkit for skeleton & face analysis of talking heads (e.g. news) videos 🧑‍💼 📰 📺
https://frankier.github.io/skelshop
MIT License
5 stars 1 forks source link

Issue warning when OpenPose may be CPU bottlenecked #29

Closed frankier closed 3 years ago

frankier commented 3 years ago

If you get a beefy GPU, but only have one CPU core, OpenPose can become CPU bottlenecked. It's quite easy to do this by accident in SLURM by not asking for enough cores. It would be good to try and avoid this situation by issuing a warning.

frankier commented 3 years ago

Oddly this often seems to be the case even when multiple processors are assigned. I don't think anything can be done apart from improving OpenPose or using a more efficient pose estimator.