-
Notifications
You must be signed in to change notification settings - Fork 60
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
harmonzie labels for longitudinal lesions - WIP #1039
base: master
Are you sure you want to change the base?
Conversation
Hello @frheault, Thank you for updating !
Comment last updated at 2024-10-29 15:43:26 UTC |
@Manonedde @ThoumyreStanislas If you have real data (co-registered), this could be tested. If there are corner cases or problems, I will fix them before adding tests. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1039 +/- ##
==========================================
- Coverage 68.79% 68.52% -0.28%
==========================================
Files 432 433 +1
Lines 22456 22550 +94
Branches 3038 3057 +19
==========================================
+ Hits 15449 15452 +3
- Misses 5709 5800 +91
Partials 1298 1298
|
Here are test data from MS myelo-inferno subjects. Lesion masks are coregistered to session 1: sub-004_ms_test_harmonize_lesion.tar.gz The results seem coherent but for the newly labelled lesion 160 (parahip lesion, green-yellow colors), for session 4 it is labelled 169 (in red) whereas it is close to lesion 160 (session 2, 3 and 5). Here are the results: Harmonize_labels.tar.gz Harmonize_labels.tar.gz |
Quick description
This script takes in multiple lesions file (labels) from a single subject (could be scan-rescan, longitudinal, etc.) and relabel the lesions so the overlapping, temporally consistent lesions will have the same labels.
Based on:
https://www.sciencedirect.com/science/article/pii/S2213158218303711?via%3Dihub
...
Type of change
Check the relevant options.
Provide data, screenshots, command line to test (if relevant)
...
Checklist