Skip to content

Commit

Permalink
0.05 to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed May 20, 2024
1 parent 53c1896 commit e3ed0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jcvi/graphics/grabseeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def add_seeds_options(p, args):
g2 = p.add_argument_group("Object recognition")
g2.add_argument(
"--minsize",
default=0.05,
default=0.5,
type=float,
help="Min percentage of object to image",
)
Expand Down

0 comments on commit e3ed0e1

Please sign in to comment.