Skip to content

Commit

Permalink
box size
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed May 20, 2024
1 parent 3aafa2a commit 2105808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flint/source_finding/aegean.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class BANEOptions(NamedTuple):

grid_size: Optional[Tuple[int, int]] = (16, 16)
"""The step interval of each box, in pixels"""
box_size: Optional[Tuple[int, int]] = (224, 224)
box_size: Optional[Tuple[int, int]] = (196, 196)
"""The size of the box in pixels"""


Expand Down

0 comments on commit 2105808

Please sign in to comment.