Skip to content

Commit

Permalink
new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
euroso97 committed Nov 18, 2024
1 parent 2c35c33 commit fc97cfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DLWMLS/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,10 @@ def main() -> None:
model_folder = os.path.join(
Path(__file__).parent,
"nnunet_results",
"Dataset%s_Dataset%s_dlwmlsICVAll/nnUNetTrainer__nnUNetPlans__%s"
"Dataset004_Dataset003_qcedCorrected/nnUNetTrainer__nnUNetPlans__3d_fullres"
# "Dataset%s_Dataset%s_dlwmlsICVAll/nnUNetTrainer__nnUNetPlans__%s"
# "Dataset%s_Task%s_DLWMLSV2/nnUNetTrainer__nnUNetPlans__%s/"
% (args.d, args.d, args.c),
# % (args.d, args.d, args.c),
)


Expand Down
Binary file modified DLWMLS/__pycache__/__main__.cpython-312.pyc
Binary file not shown.
Binary file modified DLWMLS/__pycache__/utils.cpython-312.pyc
Binary file not shown.

0 comments on commit fc97cfe

Please sign in to comment.