Skip to content

Commit

Permalink
Update demo_offline.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZDL-Git authored Sep 5, 2020
1 parent 461b720 commit 16f8192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions processor/demo_offline.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def _count_frames(video):
print(f'index {frame_index + 1} pose empty!')
continue

print(multi_pose.shape)
# normalization
multi_pose[:, :, 0] = multi_pose[:, :, 0]/W
multi_pose[:, :, 1] = multi_pose[:, :, 1]/H
Expand Down

0 comments on commit 16f8192

Please sign in to comment.