Skip to content

Commit 258d401

Browse files
authored
AC: fix mappilary converter (#3006)
1 parent 5d55078 commit 258d401

File tree

1 file changed

+1
-1
lines changed
  • tools/accuracy_checker/openvino/tools/accuracy_checker/annotation_converters

1 file changed

+1
-1
lines changed

tools/accuracy_checker/openvino/tools/accuracy_checker/annotation_converters/mapillary_20.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def convert(self, *args, **kwargs):
102102
annotation = SegmentationAnnotation(file_in_dir.name, file_in_dir.name, mask_loader=GTMaskLoader.PILLOW)
103103
annotations.append(annotation)
104104

105-
return ConverterReturn(annotations, None)
105+
return ConverterReturn(annotations, self.get_meta(), None)
106106

107107
def get_meta(self):
108108
return {'label_map': self.label_map}

0 commit comments

Comments
 (0)