Skip to content

Commit fd45975

Browse files
Merge pull request #970 from Labelbox/ao_coco_panoptic_fix
Potential fix for the COCO panoptic method
2 parents 5af2944 + af85184 commit fd45975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/data/serialization/coco/panoptic_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def process_label(label: Label,
9898
image=image,
9999
category_id=categories[annotation.name])
100100

101-
if coco_segment_info is None:
101+
if coco_vector_info is None:
102102
# Filter out empty annotations
103103
continue
104104

0 commit comments

Comments
 (0)