"docs/basic_usage/native_api.ipynb" did not exist on "704f8e8ed1a4ab992ac626bc91cd62e4909faa8f"
Unverified Commit 308a8b55 authored by srihari-humbarwadi's avatar srihari-humbarwadi
Browse files

fixed typo

parent c4f4d2d2
......@@ -149,7 +149,7 @@ class PanopticMaskRCNNTask(maskrcnn.MaskRCNNTask):
segmentation_groundtruth_padded_size=params.parser
.segmentation_groundtruth_padded_size,
segmentation_ignore_label=params.parser.segmentation_ignore_label,
panoptic_ignore_label=params.parse.panoptic_ignore_label,
panoptic_ignore_label=params.parser.panoptic_ignore_label,
include_eval_masks=params.parser.include_eval_masks)
reader = input_reader_factory.input_reader_generator(
......
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