Skip to content

Conversation

jcohenadad
Copy link
Member

Addresses #3

To run the script, do the following:

sct_run_batch -script batch_processing.sh -path-data <PATH_TO_BIDS_ROOT> -path-output <PATH_RESULTS>

Comment on lines +164 to +168
# Segment MS lesions (only if it does not exist)
segment_lesion_if_does_not_exist "${file_t2}" "${file_t2_sc_seg}"
file_t2_lesion_seg="${FILELESIONSEG}"
# Compare mayo segmentations with our segmentations by adding them to the QC just after our predicted segmentation
compare_mayo_segmentation "${file_t2}" "${file_t2_sc_seg}"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added these lines so that we can compare the segmentations created by our model with the segmentations manually created by the mayo clinic. This way, both segmentations will be displayed one after the other in the QC report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants