Do these models take in DICOM files? #1593
Replies: 12 comments
-
Hi @Gresliebear , Thanks for your interest here. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi Nic-Ma thank you for the réponse, im trying to use dice files but the matrix en dicom are 512512deep and nifty are deep512512, how can I figure-out a solution for this issue? Oscar |
Beta Was this translation helpful? Give feedback.
-
Thank you Nic! |
Beta Was this translation helpful? Give feedback.
-
Hi @ericspod , I am not very familiar with DICOM details, could you please help share some comments on this question? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
Hes talking about when a DICOM file or a stack of DICOM files created into lets say a python object we can pull its metadata for the shape DICOM_object.shape https://www.semanticscholar.org/paper/The-first-step-for-neuroimaging-data-analysis%3A-to-Li-Morgan/744629069861e2a6af9f793268ce8240181b54d1/figure/0 to convert DICOM to nifty use the dicom2nitfi package https://github.com/icometrix/dicom2nifti |
Beta Was this translation helpful? Give feedback.
-
There is also |
Beta Was this translation helpful? Give feedback.
-
@Nic-Ma , @Gresliebear 's description is what I've found with Nifti coordinate spaces and the RAS/LAS orientations. DICOM files generally represent the image orientation as two vectors in a common scanner space. The rotation between Nifti-space and that common space is pi/2 around the Z axis as his figure shows. |
Beta Was this translation helpful? Give feedback.
-
@ericspod thank you for the information! I am self-taught so the terminology can be confusing if something is wrong in my description please point it out. |
Beta Was this translation helpful? Give feedback.
-
I've always just been informal about the DICOM orientations, X is to the left, Y is to the back, Z is to the head. |
Beta Was this translation helpful? Give feedback.
-
@ericspod , thanks for your information, so what's the next steps? Should we modify anything? Thanks. |
Beta Was this translation helpful? Give feedback.
-
There is a nice explanation of DICOM vs "Laboratory/Display" orientation
and Neurosurgery vs Radiological image display at
https://itk.org/Wiki/Proposals:Orientation#Some_notes_on_the_DICOM_convention_and_current_ITK_usage
…On Mon, Feb 15, 2021 at 8:09 PM Eric Kerfoot ***@***.***> wrote:
I've always just been informal about the DICOM orientations, X is to the
left, Y is to the back, Z is to the head.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1580 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACEJL7SE7PWVKO232WMN3LS7HAS7ANCNFSM4XREKNBA>
.
--
Stephen R. Aylward, Ph.D.
Senior Director of Strategic Initiatives
---
Kitware: *Delivering innovative, open source, scientific software.*
|
Beta Was this translation helpful? Give feedback.
-
it is possible to add to the monai.transforms a fonction such => image= torch.transpose(image, 0, 1)?? |
Beta Was this translation helpful? Give feedback.
-
Please use MONAI's Discussions tab
For questions relating to MONAI usage, please do not create an issue.
Instead, use MONAI's GitHub Discussions tab. This can be found next to Issues and Pull Requests along the top of our repository.
Greetings Monai team,
I read awhile ago that Monai doesn't currently support DICOM files is that true? if so how could I help develop a pipeline line
I am working on some code and small project to convert DICOM to .nii which c++ code already exist to support that but I mean more specifically for data pipeline for monai. I am really impressed by the project! thank you!
Leslie
Beta Was this translation helpful? Give feedback.
All reactions