Preparing data in preprocessing for SC segmentation task #18
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces modifications to
preprocess/preprocess_data.sh
to such that it prepares a cleaned data processed folder for carrying out spinal cord (SC) segmentation. More explicitly, a user input argument<TASK>
is added for specifying whether the preprocessing prepares data for lesion segmentation (lesionseg
) or SC segmentation (scseg
). Forscseg
, we copy raw subject images as inputs and SC masks as target labels. More documentation on how to run can be found in the modifiedREADME.md
in this PR.It is important to note that we have subjects with and without manually-corrected SC segmentations. This means that for some subjects, the ground-truth will be taken as the output of
sct_deepseg_sc
. This might be reasonable because these segmentations were marked "good to go" by @jcohenadad during SCT quality-control.