-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improving MS lesion ground segmentation #267
Comments
Hi @jcohenadad I have followed your feedback and the guidelines, |
Following the previous comments, |
It looks good @Nilser3 , good job 👏 |
Thanks you @jcohenadad , Actually:
|
MS ground truth improvements on: branch: ready for PR |
Hello @mguaypaq thanks |
This is only changing the Also, I'll note that the JSON sidecars are not properly formatted, because they contain 2 top-level json objects, instead of a single one, and there's a missing comma. I know we're still discussing the exact details in #282, but at least this would be a reasonable syntax: {
"GeneratedBy": [
{
"Author": "Sarah Demortière",
"Date": "2019-01-01"
},
{
"Author": "Nilser Laines Medina",
"Date": "2023-09-01",
"Note": "After consensus on the number and location of lesions"
}
]
} |
Thanks for the comments @mguaypaq
ready for PR |
Happy new year! I looked at your most recent commit, and the JSON files look good now, thanks. But I'd like to check: your commit message says Also, I think the |
Thank you @mguaypaq , happy new year to you too 👍
my bad, I didn't write a good message
Indeed, I have renamed all the Latest modifications :
ready for PR |
Ok, I reworded the commit message (so the commit is now 3b3ebce55565a775fb1d5946f0a16e3027528324), and merged into master. Thanks! |
Reopening, because it would be important to clarify in the README what those manual segmentations represent. Otherwise, a student in the future will consider rater1 and rater2 as two independent annotations, which would be wrong. suggestion:
|
done @jcohenadad ready for PR @mguaypaq |
The change looks good, merged into commit 4940740eedb977b866ef26fa88e276584a50de27 (HEAD -> master, origin/master, origin/HEAD)
Author: Nilser Laines Medina <[email protected]>
Date: Tue Jan 23 09:42:42 2024 -0500
Update README file, adding description of the raters and manual segmentations
diff --git a/README.md b/README.md
index 90f63ff..ee6a4e8 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,12 @@ sub-MRSXX_ses-MYY_UNIT1
- sub-MRSXX_ses-MYY_UNIT1_label-lesion_rater1
- sub-MRSXX_ses-MYY_UNIT1_label-lesion_rater2
+## derivatives
+
+- sub-MRSXX_ses-MYY_UNIT1_label-SC_seg : done by Samira Mchinda, from SC masks generated by sct_deepseg_sc, SCT Version 5.3.0
+- sub-MRSXX_ses-MYY_UNIT1_label-lesion_rater1: done by Sarah Demortière
+- sub-MRSXX_ses-MYY_UNIT1_label-lesion_rater2: done by Sarah Demortière, and corrected by Nilser under the supervision of Julien (see https://github.com/neuropoly/data-management/issues/267). We recommend to ONLY use these annotations.
+
## Authors:
- Virginie Callot, |
Improvement from @Nilser3 (rater2): https://amubox.univ-amu.fr/s/7gF5EqynwG3CkT6
Feedback from @jcohenadad (only reviewed MRS00 --> MRS11): feedback_seg_nilser.zip
Overall, I find the segmentations too "spotty". See guidelines for Basel, and notably this comment.
The text was updated successfully, but these errors were encountered: