Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
e81f22d3
Unverified
Commit
e81f22d3
authored
Sep 09, 2021
by
srihari-humbarwadi
Browse files
fixed docstring
parent
308a8b55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/vision/beta/data/create_coco_tf_record.py
official/vision/beta/data/create_coco_tf_record.py
+2
-2
No files found.
official/vision/beta/data/create_coco_tf_record.py
View file @
e81f22d3
...
...
@@ -59,8 +59,8 @@ flags.DEFINE_string('caption_annotations_file', '', 'File containing image '
'captions.'
)
flags
.
DEFINE_string
(
'panoptic_annotations_file'
,
''
,
'File containing panoptic '
'annotations.'
)
flags
.
DEFINE_string
(
'panoptic_masks_dir'
,
''
,
'Directory containing panoptic '
'
mask
s.'
)
flags
.
DEFINE_string
(
'panoptic_masks_dir'
,
''
,
'
Directory containing panoptic masks annotation
s.'
)
flags
.
DEFINE_boolean
(
'include_panoptic_eval_masks'
,
False
,
'Whether to include category and '
'instance masks in the result. These are required to run the PQ evaluator '
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment