Skip to content

Commit

Permalink
Update image.py (#671)
Browse files Browse the repository at this point in the history
Fix bugs in drawing kpts.
  • Loading branch information
jin-s13 authored May 25, 2021
1 parent 121eb41 commit b6092dd
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 b6092dd

Please sign in to comment.