Open renatobellotti opened 3 years ago
Hi,
This tool looks great! Are there any plans to support annotating medical images?
It depends on the popularity of this request :-) But it's already frequently asked.
Similar request: https://github.com/heartexlabs/label-studio/issues/504
adding my vote to the popularity of this request :)
BTW you can import a task like this:
{"image": ["https://example.com/1.jpg", "https://example.com/2.jpg", "https://example.com/3.jpg"]}
and it will be displayed as an image with multiple layers.
I'm working with DICOM, and we use label studio for annotation, I'd be glad to participate in the effort to build this feature. I uinderstand it si on the roadmap, is there a group I can join to help ?
@emblondel How do you see it should work? As I understand DICOM is rather heavy format and one image can have a size about 1 Gb, is it correct? So, there should be some converter from DICOM => jpg, yes?
@emblondel How do you see it should work? As I understand DICOM is rather heavy format and one image can have a size about 1 Gb, is it correct? So, there should be some converter from DICOM => jpg, yes?
@makseq Hi! It all depends on the image that's inside. I work with 1Mb images, but having a high definition MRI for example can significantly increase the size. I don't know the typical size of an MRI, but I think 1Gb would be attained when joining all slices of the 3D Volume (1 dicom = 1 slice, all dicoms being generally named
@emblondel How do you see it should work? As I understand DICOM is rather heavy format and one image can have a size about 1 Gb, is it correct? So, there should be some converter from DICOM => jpg, yes?
I can also give some input here.
In the context of breast imaging, different modalities create files of different sizes. For example the mammograms with which I work are on the order of 20-30MB per image. For MRI, a single slice can be in the order of 1-3MB and a volume would have between 100 and 600 slices.
We worked around the issue of 3D annotations by creating MIPs in two different planes and then intersecting the annotations. I must say, this has been not easy, and quite constraining at the same time.
Currently, there is an international academic project requiring MRI annotations. Maybe it is hearexlabs perfect opportunity to ship this MRI annotation feature?
I would also add my vote to this feature request.
This would facilitate radiologists work especially when creating medical imagery datasets.
Adding another note — this came up in the community slack this morning!
Request from James B. for multidimensional image data starting with 3D, but adding in the possibility to evaluate 3D+channels+time
I would also like to add my support for this but suggest this extend beyond purely medical images to encompas multi-dimensional imaging in general. It would then be useful for a huge amount of scientific image annotation. Formats could extend to
Easy option would be to use BIOFORMATS or something similar as this adds a large range of formats without the need for conversion. http://www.openmicroscopy.org/bio-formats/
I am voting for this. I would start by simply adding DICOM and Nifti formats
I appreciate the support! :) The more I think about it, the more I think DICOM might be too complex to support all eventualities. For example, CT overrides are sometimes used in radiotherapy treatment to mitigate the effects of imaging artifacts caused by metallic implants. So perhaps it might be a good idea to limit the scope only to the basic DICOM features and throw warnings for files that use advanced features.
I am a computational scientist, not a software engineer, and I am not familiar with the label studio code. That being said, I would like to suggest the following priorities:
Of course, this is just a suggestion. What do others think?
How are things going with this now?
Hi,
This tool looks great! Are there any plans to support annotating medical images?
Potential applications:
Useful formats:
Cheers!