-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move scripts from utilities
to inter-rater_variability
#18
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- rename segment_to_csv.py to rootlets_to_spinal_levels.py - move code from intersect.py to intersect_seg_and_rootlets function - move code from rootlet_to_level.py project_rootlets_to_segmentation function - use SCT Image class instead of nibabel
- segment spinal cord - detect PMJ label - run rootlets_to_spinal_levels.py
…or individual subjects and spinal levels.
…ons into the reference segmentation using STAPLE algorithm
…o slices_level_prediction
…e run for each subject separately
…rater variability
…nter_rater_variablity-PMJ_COV.py
…catter_plot_inter_rater_variability-dice_f1.py
…ew 'inter-rater_variability' folder: - rename scripts to make clear in which order they should be run - update README.md
valosekj
changed the title
Refactor
Move scripts from Nov 8, 2023
utilities
folderutilities
to inter-rater_variability
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
segment_to_csv.py
, now namedrootlets_to_spinal_levels.py
, for details, see this commit messagerun_batch_inter_rater_variability.sh
script to perform inter-rater variability analysis; see the script heregenerate_figure_inter_rater_variablity.py
to generate a figure showing the inter-rater variability; see the script heregenerate_scatter_plot_inter_rater_variability.py
to generate a scatter plot for F1 score showing the inter-rater variability; see the script herecombine_segmentations_from_different_raters.py
script to combine three multi-class (i.e., not binary) segmentations into the reference segmentation using the STAPLE algorithm; see the script hereutilities/dice_y_value_soft.py
script - see the current script here and list of all commits here