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

fixed docstring

parent 308a8b55
...@@ -59,8 +59,8 @@ flags.DEFINE_string('caption_annotations_file', '', 'File containing image ' ...@@ -59,8 +59,8 @@ flags.DEFINE_string('caption_annotations_file', '', 'File containing image '
'captions.') 'captions.')
flags.DEFINE_string('panoptic_annotations_file', '', 'File containing panoptic ' flags.DEFINE_string('panoptic_annotations_file', '', 'File containing panoptic '
'annotations.') 'annotations.')
flags.DEFINE_string('panoptic_masks_dir', '', 'Directory containing panoptic ' flags.DEFINE_string('panoptic_masks_dir', '',
'masks.') 'Directory containing panoptic masks annotations.')
flags.DEFINE_boolean( flags.DEFINE_boolean(
'include_panoptic_eval_masks', False, 'Whether to include category and ' 'include_panoptic_eval_masks', False, 'Whether to include category and '
'instance masks in the result. These are required to run the PQ evaluator ' 'instance masks in the result. These are required to run the PQ evaluator '
......
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