lassoan / SlicerTotalSegmentator

Fully automatic total body segmentation in 3D Slicer using "TotalSegmentator" AI model
Apache License 2.0
176 stars 25 forks source link

Fixed #19 Added --body_seg option #20

Open ayalalazaro opened 1 year ago

ayalalazaro commented 1 year ago

This is the implementation of TotalSegmentator --body_seg option, as discussed in issue #19 , I have replicated what was already implemented for --fast option. I am not sure why there are so many changes in the ui, for instance:

<widget class="qMRMLNodeComboBox" name="outputSegmentationSelector">
<widget class="qMRMLNodeComboBox" name="outputSegmentationSelector" native="true">

maybe something related to different versions in Qt designer? I am using 5.9.7

By the way, I named the option in the gui as "Body crop" because I think it is more intuitive than just "Body segmentation" but if you don t agree, I ll be pleased to change it back.

Regards!