lightweight_openpose
lightweight_openpose copied to clipboard
A tensorflow implementation of Arxiv Paper "Real-time 2D Multi-Person Pose Estimation on CPU: Lightweight OpenPose "(https://arxiv.org/abs/1811.12004)
Results
13
lightweight_openpose issues
Sort by
recently updated
recently updated
newest added
single_heatmap = np.zeros(shape=(heatmap_height, heatmap_width), dtype=np.float32) should in the loop: for j in range(keypoints.shape[0]):,
HELP!
1