lightweight_openpose icon indicating copy to clipboard operation
lightweight_openpose copied to clipboard

there is some problems in get_heatmap function

Open nikeaddidaslining opened this issue 1 year ago • 0 comments

single_heatmap = np.zeros(shape=(heatmap_height, heatmap_width), dtype=np.float32) should in the loop: for j in range(keypoints.shape[0]):,

nikeaddidaslining avatar Nov 28 '23 09:11 nikeaddidaslining