Skip to content

Commit af85184

Browse files
Andrea OvalleAndrea Ovalle
authored andcommitted
Potential fix for the panoptic method
1 parent 15409d8 commit af85184

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)