Skip to content

Commit

Permalink
default verbose=False
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingnan-Jia committed Nov 18, 2023
1 parent b1e40cf commit 2c2028b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seg_metrics/seg_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def write_metrics(labels: Sequence,
gdth_img: Union[np.ndarray, sitk.SimpleITK.Image, Sequence, None] = None,
pred_img: Union[np.ndarray, sitk.SimpleITK.Image, Sequence, None] = None,
metrics: Union[Sequence, Set, None] = None,
verbose: bool = True,
verbose: bool = False,
spacing: Union[Sequence, np.ndarray, None] = None,
fully_connected: bool = True,
TPTNFPFN: bool = False) -> Union[List[Dict], Dict]:
Expand Down

0 comments on commit 2c2028b

Please sign in to comment.