-
Notifications
You must be signed in to change notification settings - Fork 39
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
DICOM Segmentations do not display #169
Comments
I'm getting a few 400s when using GCP: [{
"error": {
"code": 400,
"message": "no PixelData found in requested instance",
"status": "FAILED_PRECONDITION"
}
}
] There's a possibility that even though no errors were logged during the import in GCP, some segments might have silently failed. I'll retry the import in a separate dicom store to see if I get the same results. |
I thought @DanielaSchacherer had managed to access these cases successfully over DICOM web using the python client? |
I could load the SEGs successfully locally using dcm4chee. The problem is trying to load them via GCP. |
Understood, yes I thought she tried loading from GCP |
Hi Igor, I was indeed able to retrieve the whole instances from a Google DICOM store using the Google DICCOMweb client and they didn't seem corrupt or anything. What I wasn't able to do was to visualize any kind of annotation with the Slim viewer when connecting it to a Google DICOM store. What exactly did you do when you received the error mentioned above? |
Have you tried toggling the segmentation and checking the logs? I'm getting a bunch of failed requests related to missing pixel data (segments) |
As discussed elsewhere, this was due to missing support of BitsAllocated=1, which is now available. I confirmed this is working now, at least on the sample I tested. |
Together with @CPBridge, @DanielaSchacherer, @dclunie and @cgorman we have been struggling to understand why we are unable to visualize multi-resolution DICOM SEG encoded as either TILED_SPARSE or TILED_FULL in Slim+Google DICOM Store combination. The samples are available in tests S6 and S7 in the IDC test inventory (access to the document is limited to IDC team members, but these specific samples can be shared at request with anyone interested to investigate the issue).
The text was updated successfully, but these errors were encountered: