Skip to content

Commit

Permalink
remove export map
Browse files Browse the repository at this point in the history
  • Loading branch information
jithenece committed Aug 8, 2024
1 parent 314e4b2 commit 3f6b77d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions models/bamf_nnunet_ct_lungnodules/utils/NNUnetRunnerV2.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ def task(self, instance: Instance, in_data: InstanceData, out_data: InstanceData

if not self.use_tta:
bash_command += ["--disable_tta"]

if self.export_prob_maps:
bash_command += ["--save_probabilities"]

self.v(f" > bash_command: {bash_command}")
# run command
Expand Down

0 comments on commit 3f6b77d

Please sign in to comment.