Skip to content

Commit

Permalink
Update coco.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilavaran authored Jan 23, 2025
1 parent 9076e4f commit ed02ab7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/upscale_coco/coco.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,7 @@ def showAnns(self, anns):
x[sk],
y[sk],
linewidth=3,
color=c,
label=f"keypoint {sk}")
color=c)
plt.plot(
x[v > 0],
y[v > 0],
Expand Down

0 comments on commit ed02ab7

Please sign in to comment.