Closed jcohenadad closed 5 months ago
For me, I think the best one is the one which uses the sct_deepseg command (the contrast agnostic segmentation model), indeed the QC here shows a better segmentation with this model than with the sct_deepseg_sc command.
So you agree if I remove the code related to the sct_deepseg_sc ?
Thanks for your approval, I've commited the cleaned code
Thanks for your approval, I've commited the cleaned code
please always cross-ref to the commit SHA next to your comment "I've commited the cleaned code" to avoid confusion (ie: the code is constantly evolving)
Yes of course sorry !
please note that pointing to the diff of the commit is more useful because it enables to see what differs from the previous version (easier to quickly assess the changes)
Issue can be closed
please note that pointing to the diff of the commit is more useful because it enables to see what differs from the previous version (easier to quickly assess the changes)
Okay I understand, thank you !
https://github.com/Mathilde-16/STOP_MS_data/blob/24e106b3ddfe728378e7a3854cacdec42fd345aa/Data_processing/ContrastAgnosticSeg_%26_Vertebral-labeling_BIDS-data/Batch_script.sh#L66
to cleanup the code I suggest you document the difference between the two algos, pick the best one, and remove the code related to the other method