Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wasserth committed Jan 10, 2024
2 parents b47eff1 + 127f243 commit af20a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion totalsegmentator/nnunet.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def nnUNet_predict_image(file_in, file_out, task_id, model="3d_fullres", folds=N
seg_combined[img_part] = np.zeros(img_shape, dtype=np.uint8)
# Run several tasks and combine results into one segmentation
for idx, tid in enumerate(task_id):
print(f"Predicting part {idx+1} of {len(task_id)} ...")
if not quiet: print(f"Predicting part {idx+1} of {len(task_id)} ...")
with nostdout(verbose):
# nnUNet_predict(tmp_dir, tmp_dir, tid, model, folds, trainer, tta,
# nr_threads_resampling, nr_threads_saving)
Expand Down

0 comments on commit af20a09

Please sign in to comment.