Skip to content

Commit

Permalink
Update image.py (open-mmlab#671)
Browse files Browse the repository at this point in the history
Fix bugs in drawing kpts.
  • Loading branch information
jin-s13 authored and minoki committed Jul 13, 2021
1 parent c09fe99 commit 7a7816d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmpose/core/visualization/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def imshow_keypoints(img,
pos2, (int(r), int(g), int(b)),
thickness=thickness)

return img
return img


def imshow_keypoints_3d(
Expand Down

0 comments on commit 7a7816d

Please sign in to comment.