Skip to content

Commit

Permalink
Update CreateCBCTSegmentations.py
Browse files Browse the repository at this point in the history
Fix module stuff
  • Loading branch information
MarkGardnerUSyd committed Aug 13, 2024
1 parent b988c2b commit c0a8f07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CBCTCardiacSegmentation/CreateCBCTSegmentations.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
#from torch.cuda import is_available


from Registration import VolumeRegistration
from DicomHelper import PrepareCTData, WriteDicomStructs
from SegUtil import CentreImage, GenerateCardiacStructures, PadBinaryVol
from CBCTCardiacSegmentation.DicomHelper import PrepareCTData, WriteDicomStructs
from CBCTCardiacSegmentation.Registration import VolumeRegistration
from CBCTCardiacSegmentation.SegUtil import CentreImage, GenerateCardiacStructures, PadBinaryVol

from platipy.imaging.projects.nnunet.run import run_segmentation

Expand Down

0 comments on commit c0a8f07

Please sign in to comment.