-
Notifications
You must be signed in to change notification settings - Fork 15
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
Segmentation obtained doesn't seem to be right #23
Comments
Hi @marin-combeau, you should use the |
It might create other problems but could you try again with
|
So it did indeed create other problems |
Okay, thanks |
It looks to me like the registration part of the algorithm is struggling to register the adult head tissue priors to the CT of a baby's head. Unfortunately, I don't have a good fix for this - other than for someone to generate a set of baby tissue priors. |
Thanks for your answer, but the scan I am feeding the algorithm with is the one of an adult, but indeed the segmentation obtained seems like the one of a baby, I guess because of the differences in the dimensions.
|
I think the header looks OK, and setting Are you sure the scan is not of a young child? Your 3D Slicer screenshot above (#23 (comment)) suggests it is; from looking at the 3D rendering and the fact that the head in the scan is small compared to the predicted segmentation. |
Hi, thanks for your answer, yes I am sure that the scan in the screenshot is the one of an adult (24yo), and the 3D rendering is showing the predicted segmentation, which I think gives the impression of a baby/young child skull since the height seems good, but the width and length are higher. |
The head proportions don't look right for a typical adult. Could the voxel
sizes in the headers be wrong?
[image: image.png]
…On Mon, 17 Apr 2023 at 09:10, marin-combeau ***@***.***> wrote:
Hi, thanks for your answer, yes I am sure that the scan in the screenshot
is the one of an adult (24yo), and the 3D rendering is showing the
predicted segmentation, which I think gives the impression of a baby/young
child skull since the height seems good, but the width and length are
higher.
—
Reply to this email directly, view it on GitHub
<#23 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACY3J65QJRJPS7YNQJUJBBLXBT3FRANCNFSM6AAAAAAWI3KJEA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
How did you convert from DICOM to NIfTI? Could the slice thickness have
been used for the voxel sizes, rather than the distance between slices?
SPM's DICOM conversion (when it works) should put the right voxel sizes in
the header. There is often a shear with CT scans, which I've also tried to
ensure that it deals with properly (based on a limited number of examples).
…On Mon, 17 Apr 2023 at 09:41, John Ashburner ***@***.***> wrote:
The head proportions don't look right for a typical adult. Could the
voxel sizes in the headers be wrong?
[image: image.png]
On Mon, 17 Apr 2023 at 09:10, marin-combeau ***@***.***>
wrote:
> Hi, thanks for your answer, yes I am sure that the scan in the screenshot
> is the one of an adult (24yo), and the 3D rendering is showing the
> predicted segmentation, which I think gives the impression of a baby/young
> child skull since the height seems good, but the width and length are
> higher.
>
> —
> Reply to this email directly, view it on GitHub
> <#23 (comment)>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ACY3J65QJRJPS7YNQJUJBBLXBT3FRANCNFSM6AAAAAAWI3KJEA>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
I used dcm2niix to convert to nifti, through the software MRIcroGL, with the line
and I believe Guillaume Flandin told me that the conversion should be okay using this |
One thing you could do is to display the images within SPM to see if they look the same than within the software you are currently using. To do so, you can use the instructions below to open the SPM interface: |
Hello, I applied the algorithm to a CT scan that I have, and the resulting segmentation in itself seems to be good, it looks like a nice brain, but it doesn't seem to fit my the CT scan that was in input. Indeed, first I have to translate the segmentation because it is far away from where the head is on the CT scan, and secondly the shapes and the size don't fit, it seems like it is showing the results from another head.
I used the line
docker run --rm -it -v "/home/labeyrie/Téléchargements/CTseg":/data ubuntu:ctseg function spm_CTseg '/data/patient_001_S1.nii'
and here are the results, displaying the input CT scan:
wc version:
mwc version:
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: