diff --git a/sleap/io/format/coco.py b/sleap/io/format/coco.py index 89b3a450c..44e7fb84a 100644 --- a/sleap/io/format/coco.py +++ b/sleap/io/format/coco.py @@ -180,7 +180,7 @@ def read( if flag == 0: # node not labeled for this instance - if (x, y) != (0, 0): + if (x, y) != (0, 0): # If labeled but invisible, place the node at the coord points[node] = Point(x, y, False) continue