Skip to content

Commit 06c0a32

Browse files
author
Matt Sokoloff
committed
all instances are things
1 parent cff4b4e commit 06c0a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/data/serialization/coco/instance_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def from_common(cls, labels: LabelCollection, image_root):
138138
Categories(id=category_mapping[idx],
139139
name=name,
140140
supercategory='all',
141-
isthing=0)
141+
isthing=1)
142142
for name, idx in coco_categories.items()
143143
]
144144
for annot in all_coco_annotations:

0 commit comments

Comments
 (0)