Inferenced segmentation.dcm cannot be imported to Eclipse #687
-
Hi all, I am walking through the model taining and inference with the example lung segamentation dataset https://github.com/microsoft/InnerEye-DeepLearning/blob/main/docs/sample_tasks.md The model training has succeed on Azure ML. Then I zip up the DICOM files of the second test subject into a zip file:
Then submit it with submit_for_inference.py:
The inference run finished successfully and I got the segmentation.dcm file. But when I tried to import this segmentation.dcm file to Eclipse, I run into the following error: I can import the original DICOM files for this subject without any issue, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@furtheraway , thanks for reporting! I'm not familiar with Eclipse, could you please post a link to the software? If it's not open source, I see very little chance of finding out what went wrong there. The warning about transfer syntax is the only hint that we have at present. @fepegar, I think you have recently opened InnerEye results in another open source tool, was that slicer? |
Beta Was this translation helpful? Give feedback.
-
This issue has been addressed in version 0.7 code. |
Beta Was this translation helpful? Give feedback.
This issue has been addressed in version 0.7 code.
Now segmentation.dcm load into Eclipse smoothly.
Thank you!