Unverified Commit 6a3d7567 authored by srihari-humbarwadi's avatar srihari-humbarwadi
Browse files

fixed typos

parent 10ea7bdd
......@@ -350,7 +350,8 @@ def _load_panoptic_annotations(panoptic_annotations_file):
image_id = image['id']
if image_id not in img_to_panoptic_annotation:
missing_annotation_count += 1
logging.info('%d images are missing captions.', missing_annotation_count)
logging.info(
'%d images are missing panoptic annotations.', missing_annotation_count)
return img_to_panoptic_annotation, is_category_thing
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment