Skip to content

Commit

Permalink
feat: decrease margin choices
Browse files Browse the repository at this point in the history
  • Loading branch information
weishan committed Jul 1, 2023
1 parent 714c481 commit 4b8e2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dinov2_retrieval/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def main():
"--margin",
type=int,
default=10,
choices=range(0, 100),
choices=range(0, 105, 5),
help="margin size (in pixel) between concatenated images",
)
parser.add_argument(
Expand Down

0 comments on commit 4b8e2e9

Please sign in to comment.