Replies: 2 comments 2 replies
-
Hi @pkgorde, thanks for your interest here. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm interested in the ML approach that you plan to follow/support. Unlike video, clinical data typically isn't acquired at the same interval for every patient or even at the same interval for the same patient, so you will need to encode a representation of time as a network input, in addition to the image data. Or does your problem involve image data acquired at fixed intervals (e.g., perfusion sequences) or perhaps image data acquired when some other clinical measure triggers them (e.g., they are indexed by changes in a lab value instead of being indexed by time or perhaps they are tied to cardiac or respiratory cycle)? To get started, there are several outstanding toolkits for handling dicom data. Consider looking at pydicom, dcmqi, and ITK (my biased favorite). They will handle most dicom data well. s |
Beta Was this translation helpful? Give feedback.
-
Hi Community!
I am working on a research project, where I am developing an entire pipeline for deconstructing DICOM files, which have images sequences of medical scans in them, and delivering a prepared workload at the end, readily usable for ML models which can deal with image sequences or videos.
Since the data I am inherently working on is medical scans, I wanted to know if a functionality like that would be a welcome part of the MONAI codebase. And if yes, are there some guidelines/practices that I should follow while developing this sub-package?
I am primarily using Numpy and OpenCV for the implementation.
Beta Was this translation helpful? Give feedback.
All reactions