Hzzone / pytorch-openpose

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

time consuming #7

Open zhang-mohole opened 5 years ago

zhang-mohole commented 5 years ago

hello, I'm wondering if this code can run in real-time when detecting both body and hand keypoints? processing one single image just costed around 9s on GPU when I try the demo.py, that's really time consuming~

Hzzone commented 5 years ago
  1. Better or Multi GPUs.
  2. Smaller images or less search scales of body or hand.
  3. A faster hand detector.
  4. Multi-threaded like opencv/opencv/blob/master/samples/python/video_threaded.py.