Skip to content

Commit 37c4ada

Browse files
authored
Merge pull request #230 from KMarshallX/pre-release-2.0
no longer save sigmoid files
2 parents dcaf97f + 28cfa5c commit 37c4ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/module_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def predict_all_images(
431431
threshold: float,
432432
connect_threshold: int,
433433
save_mip: bool = False,
434-
save_probability: bool = True
434+
save_probability: bool = False
435435
) -> None:
436436
"""
437437
Process all images in the input directory.

0 commit comments

Comments
 (0)