Skip to content

Commit

Permalink
Merge pull request #30 from MortenTabaka/Display_prediction_mask_with…
Browse files Browse the repository at this point in the history
…_real_image_overlay

Make creating overlays as default when running pipeline with script
  • Loading branch information
MortenTabaka committed May 7, 2023
2 parents ff2f8c4 + f389055 commit 3cdf429
Show file tree
Hide file tree
Showing 7 changed files with 150 additions and 333 deletions.
2 changes: 1 addition & 1 deletion models/scripts/run_prediction_on_folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def main(
True, help="If should post-process tile boundaries with SuperPixels algorithm"
),
border_sp_count: int = typer.Option(
75, min=0, help="Will be multiplied by number of borders in single strip"
50, min=0, help="Will be multiplied by number of borders in single strip"
),
border_compactness: float = typer.Option(10, min=0),
border_sp_thresh: float = typer.Option(0.3, min=0, max=1),
Expand Down

0 comments on commit 3cdf429

Please sign in to comment.