You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aim of this issue is to validate the relevance of the labeling when the following classes are not visible in the image:
The sacrum (92)
The disc L5-S1 (202)
The vertebrae C1 (41)
The vertebrae C2 (40)
The disc C2-C3 (224)
Method
To check this information, 30 images were randomly selected from 3 different datasets unseen during training.
The inference was run on these images a first time to identify different classes:
The sacrum (92)
The disc L5-S1 (202)
The vertebrae C1 (41)
The vertebrae C2 (40)
The disc C2-C3 (224)
The same images were then cropped using the generated segmentations to exclude the top and bottom parts of the images where these previous classes were visible.
The inference was run another time but this time using the cropped versions of the images.
When the FOV is really small (axial aquisition) the model is not able to perform the labeling correctly, so no output is ultimately generated. Using a localizer to help the labeling as proposed in this PR is the solution to fix this issue.
The text was updated successfully, but these errors were encountered:
Hi @NathanMolinier ,
Thank you for this amazing investigation!
Is it possible to include also the raw results (step2_raw) so we can have more details about the cause for the problem?
Description
The aim of this issue is to validate the relevance of the labeling when the following classes are not visible in the image:
Method
To check this information, 30 images were randomly selected from 3 different datasets unseen during training.
The inference was run on these images a first time to identify different classes:
The same images were then cropped using the generated segmentations to exclude the top and bottom parts of the images where these previous classes were visible.
The inference was run another time but this time using the cropped versions of the images.
Results
Each white square presents the original segmentation (left) and the segmentation after cropping.
Discussion
Will be fixed in Refactor iterative labeling logic init from discs only #54
The text was updated successfully, but these errors were encountered: