diff --git a/tools/upscale_coco/coco.py b/tools/upscale_coco/coco.py index e6a739f35..62b8f59a9 100755 --- a/tools/upscale_coco/coco.py +++ b/tools/upscale_coco/coco.py @@ -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],