Commit bd09680a authored by Vishnu Banna's avatar Vishnu Banna
Browse files

model

parent f59c0d29
...@@ -186,7 +186,7 @@ class AnchorBoxes(hyperparams.Config): ...@@ -186,7 +186,7 @@ class AnchorBoxes(hyperparams.Config):
level_limits: Optional[List[int]] = None level_limits: Optional[List[int]] = None
anchors_per_scale: int = 3 anchors_per_scale: int = 3
generate_anchors: bool = True generate_anchors: bool = False
scaling_mode: str = "sqrt" scaling_mode: str = "sqrt"
box_generation_mode: str = "per_level" box_generation_mode: str = "per_level"
num_samples: Optional[int] = None num_samples: Optional[int] = None
......
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