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

fixed missing key `include_panoptic_masks`

parent 085e46f8
......@@ -249,8 +249,8 @@ class PanopticMaskRCNNTask(maskrcnn.MaskRCNNTask):
if self.task_config.evaluate_panoptic_quality:
assert (
self.task_config.validation_data.parser.include_eval_masks,
'`include_eval_masks` should be set to True when computing '
self.task_config.validation_data.parser.include_panoptic_masks,
'`include_panoptic_masks` should be set to True when computing '
'panoptic quality')
pq_config = self.task_config.panoptic_quality_evaluator
self.panoptic_quality_metric = \
......
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