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

`max_instances_per_category = 256`

parent b810694e
......@@ -115,7 +115,7 @@ class PanopticQualityEvaluator(hyperparams.Config):
"""Panoptic Quality Evaluator config."""
num_categories: int = 2
ignored_label: int = 0
max_instances_per_category: int = 100
max_instances_per_category: int = 256
offset: int = 256 * 256 * 256
is_thing: List[float] = dataclasses.field(
default_factory=list)
......
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