eldar / pose-tensorflow

Human Pose estimation with TensorFlow framework
GNU Lesser General Public License v3.0
1.14k stars 384 forks source link

Skeleton Points in realtime video #23

Open Zumbalamambo opened 6 years ago

Zumbalamambo commented 6 years ago

How do I get the skeletonpoints in a realtime video?

eldar commented 6 years ago

Hi, this project is not optimized for real time use, though one could get a reasonable speed. First step would be to use ResNet-50 instead of 100-layer version. Part of the inference code is in python and thus is not well optimized.