Skip to content

Commit

Permalink
refactor nnunetutils to nnunet
Browse files Browse the repository at this point in the history
Former-commit-id: d996869
  • Loading branch information
fishingguy456 committed Jun 24, 2022
1 parent 9e738c1 commit 98fc2b1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/autotest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from imgtools.ops import StructureSetToSegmentation, ImageAutoInput, ImageAutoOutput, Resample
from imgtools.pipeline import Pipeline
from imgtools.utils.nnunetutils import generate_dataset_json
from imgtools.utils.nnunet import generate_dataset_json
from imgtools.utils.args import parser
from joblib import Parallel, delayed
from imgtools.modules import Segmentation
Expand Down
2 changes: 1 addition & 1 deletion imgtools/autopipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from imgtools.ops import StructureSetToSegmentation, ImageAutoInput, ImageAutoOutput, Resample
from imgtools.pipeline import Pipeline
from imgtools.utils.nnunetutils import generate_dataset_json
from imgtools.utils.nnunet import generate_dataset_json
from imgtools.utils.args import parser
from joblib import Parallel, delayed
from imgtools.modules import Segmentation
Expand Down
2 changes: 1 addition & 1 deletion imgtools/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .crawl import *
from .dicomutils import *
from .args import *
from .nnunetutils import *
from .nnunet import *
File renamed without changes.

0 comments on commit 98fc2b1

Please sign in to comment.