Hzzone / pytorch-openpose

pytorch implementation of openpose including Hand and Body Pose Estimation.
2.07k stars 395 forks source link

How do I increase GPU utilization? #60

Open notsong opened 3 years ago

notsong commented 3 years ago

First, thank you for your contribution. When I was detecting the video, each frame cost 0.7s~1.7s. I observed that the GPU utilization was only about 10%, while the CPU100%.

notsong commented 3 years ago

First, thank you for your contribution. When I was detecting the video, each frame cost 0.7s~1.7s. I observed that the GPU utilization was only about 10%, while the CPU100%.

Is there any way to increase GPU utilization?