You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
When i run create_ricord_dataset.ipynb, it gets this error. AttributeError: Unable to convert the pixel data as the following required elements are missing from the dataset: PixelData.
Do you know how to fix it?
Thanks.
The text was updated successfully, but these errors were encountered:
This is an odd error which I haven't seen before. For context, the RICORD dataset is provided in DICOM format, which is essentially a structured medical image with a detailed header and a number of data fields. PixelData is the field containing the actual image data, and so it seems that this error is saying that one of the images has no image data.
Would you be able to print out the particular filename for which this error occurs? Something like this should do the trick:
try:
# the code where the error occursexceptAttributeError:
print(<filenamevariable>)
If you could provide the full traceback rather than just the error, that would also be helpful.
Hello,
When i run create_ricord_dataset.ipynb, it gets this error.
AttributeError: Unable to convert the pixel data as the following required elements are missing from the dataset: PixelData.
Do you know how to fix it?
Thanks.
The text was updated successfully, but these errors were encountered: